summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorJacques Vidrine <nectar@FreeBSD.org>2003-02-25 21:09:02 +0000
committerJacques Vidrine <nectar@FreeBSD.org>2003-02-25 21:09:02 +0000
commit72027223287efa60d0bd5396339ddd1ace4b7f10 (patch)
treeef13e4290f5b0499f1de9021335f7c0b3b54c057 /misc
parentEnable building of all hardware drivers and fix a bug with outb. (diff)
Configure for OpenSSL directly (instead of using the libdes shims
we used to have).
Notes
Notes: svn path=/head/; revision=76471
Diffstat (limited to 'misc')
-rw-r--r--misc/afbackup/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/afbackup/Makefile b/misc/afbackup/Makefile
index 6593c9c4fc6f..e9f4604543f7 100644
--- a/misc/afbackup/Makefile
+++ b/misc/afbackup/Makefile
@@ -24,7 +24,8 @@ BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
.if ! defined(NO_DES)
USE_OPENSSL= yes
-CONFIG_WITH_DES= --with-des
+CONFIG_WITH_DES= --with-des --with-des-header=openssl/des.h \
+ --with-des-ldflag=-lcrypto
.endif
.if ! defined(NO_GUI)
BUILD_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83