diff options
author | nectar <nectar@FreeBSD.org> | 2003-02-26 05:09:02 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-02-26 05:09:02 +0800 |
commit | 898ad0aa1f7aa425175dcfbba0135df4e1e02e9b (patch) | |
tree | 80db597fdc84fb2a8a2e2e3bd36ad2cf578fdbad /misc | |
parent | 0571ec17807751138c6b34cb75ca295dec9b692f (diff) | |
download | freebsd-ports-gnome-898ad0aa1f7aa425175dcfbba0135df4e1e02e9b.tar.gz freebsd-ports-gnome-898ad0aa1f7aa425175dcfbba0135df4e1e02e9b.tar.zst freebsd-ports-gnome-898ad0aa1f7aa425175dcfbba0135df4e1e02e9b.zip |
Configure for OpenSSL directly (instead of using the libdes shims
we used to have).
Diffstat (limited to 'misc')
-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 |