diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-25 21:09:02 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2003-02-25 21:09:02 +0000 |
commit | 72027223287efa60d0bd5396339ddd1ace4b7f10 (patch) | |
tree | ef13e4290f5b0499f1de9021335f7c0b3b54c057 /misc/afbackup | |
parent | 97ac63c075fb535ce99809a37f1401d5253a093c (diff) | |
download | ports-72027223287efa60d0bd5396339ddd1ace4b7f10.tar.gz ports-72027223287efa60d0bd5396339ddd1ace4b7f10.zip |
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/afbackup')
-rw-r--r-- | misc/afbackup/Makefile | 3 |
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 |