diff options
author | Mark Felder <feld@FreeBSD.org> | 2015-02-25 16:52:54 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2015-02-25 16:52:54 +0000 |
commit | dcb47f1a6ad3493428e876bf3298d11bc158c4b1 (patch) | |
tree | cbbc91795356012fed86b0d08b1639acdf7dead8 /dns/ldns | |
parent | 6dfe54aa0f22d18bb44876101c65664428c62f24 (diff) | |
download | freebsd-ports-dcb47f1a6ad3493428e876bf3298d11bc158c4b1.zip |
Correct a spaces -> tab issue that slipped by the previous commit
Diffstat (limited to 'dns/ldns')
-rw-r--r-- | dns/ldns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/ldns/Makefile b/dns/ldns/Makefile index 3b87a4e1cfaf..9bfc0af1d6b0 100644 --- a/dns/ldns/Makefile +++ b/dns/ldns/Makefile @@ -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 |