aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2003-04-04 03:39:55 +0800
committerdinoex <dinoex@FreeBSD.org>2003-04-04 03:39:55 +0800
commit98da76e2e575688d78f4b9fe102fce6ae1b3e996 (patch)
tree9190a271b4381de48b921558328743610387e1b5 /net
parent6947aae17d1ca9f477621678d90ab162cf6c6829 (diff)
downloadfreebsd-ports-gnome-98da76e2e575688d78f4b9fe102fce6ae1b3e996.tar.gz
freebsd-ports-gnome-98da76e2e575688d78f4b9fe102fce6ae1b3e996.tar.zst
freebsd-ports-gnome-98da76e2e575688d78f4b9fe102fce6ae1b3e996.zip
- use bsd.openssl.mk
Diffstat (limited to 'net')
-rw-r--r--net/bind9-dlz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bind9-dlz/Makefile b/net/bind9-dlz/Makefile
index 016255c8e430..55c89d25cd73 100644
--- a/net/bind9-dlz/Makefile
+++ b/net/bind9-dlz/Makefile
@@ -174,7 +174,7 @@ post-clean:
.if defined(WITH_OPENSSL)
.if !defined(WITHOUT_OPENSSL)
-.include "${PORTSDIR}/security/openssl/Makefile.ssl"
+.include "${PORTSDIR}/security/openssl/bsd.openssl.mk"
CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
.endif
.endif