diff options
author | feld <feld@FreeBSD.org> | 2015-02-26 00:52:54 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-02-26 00:52:54 +0800 |
commit | 288dbc3718e33ed82d53c55f7ea80b7c9ed352f7 (patch) | |
tree | cbbc91795356012fed86b0d08b1639acdf7dead8 | |
parent | ff713bcdd75c9f77aa6b279c8641d3515d413d24 (diff) | |
download | freebsd-ports-gnome-288dbc3718e33ed82d53c55f7ea80b7c9ed352f7.tar.gz freebsd-ports-gnome-288dbc3718e33ed82d53c55f7ea80b7c9ed352f7.tar.zst freebsd-ports-gnome-288dbc3718e33ed82d53c55f7ea80b7c9ed352f7.zip |
Correct a spaces -> tab issue that slipped by the previous commit
-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 |