aboutsummaryrefslogtreecommitdiff
path: root/security/pidentd
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-08-29 15:41:50 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-08-29 15:41:50 +0000
commitfd47489751f65f64648d53752785aab45cc507d4 (patch)
tree4e68b878d5ed20c91ca22b18efae7ee9ea193521 /security/pidentd
parent17c2849da52b92c8504b0b1035abd94f1d99a8f3 (diff)
downloadports-fd47489751f65f64648d53752785aab45cc507d4.tar.gz
ports-fd47489751f65f64648d53752785aab45cc507d4.zip
Notes
Diffstat (limited to 'security/pidentd')
-rw-r--r--security/pidentd/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/security/pidentd/Makefile b/security/pidentd/Makefile
index b259c07ccdba..46f4ece2d869 100644
--- a/security/pidentd/Makefile
+++ b/security/pidentd/Makefile
@@ -22,6 +22,10 @@ ALL_TARGET= freebsd
MAKE_ENV= REALPREFIX=${PREFIX}
MAN8= identd.8 idecrypt.8
+.if defined(WITH_DES)
+USE_OPENSSL= yes
+.endif
+
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 400014
@@ -34,7 +38,6 @@ ADD_GDEFS+= -DINET6 -D__ss_family=ss_family -D__ss_len=ss_len
#WITH_DES= yes
.if defined(WITH_DES)
-.include "${PORTSDIR}/security/openssl/bsd.openssl.mk"
ADD_GDEFS+= -DINCLUDE_CRYPT -DOPENSSL_DES_LIBDES_COMPATIBILITY \
-I${OPENSSLINC} -I${OPENSSLINC}/openssl
ADD_GLIBS= -L${OPENSSLLIB} -lcrypto