svn commit: r379924 - head/dns/ldns
Mark Felder
feld at FreeBSD.org
Wed Feb 25 16:52:55 UTC 2015
Author: feld
Date: Wed Feb 25 16:52:54 2015
New Revision: 379924
URL: https://svnweb.freebsd.org/changeset/ports/379924
QAT: https://qat.redports.org/buildarchive/r379924/
Log:
Correct a spaces -> tab issue that slipped by the previous commit
Modified:
head/dns/ldns/Makefile
Modified: head/dns/ldns/Makefile
==============================================================================
--- head/dns/ldns/Makefile Wed Feb 25 16:40:14 2015 (r379923)
+++ head/dns/ldns/Makefile Wed Feb 25 16:52:54 2015 (r379924)
@@ -80,7 +80,7 @@ INSTALL_TARGET+=install-manpages
.if ${PORT_OPTIONS:MGOST}
. if ${OSVERSION} < 1000015
BUILD_DEPENDS+= openssl>=1.0:${PORTSDIR}/security/openssl
-CONFLICTS+= libressl-*
+CONFLICTS+= libressl-*
. endif
.else
NO_GOST= --disable-gost
More information about the svn-ports-head
mailing list