diff options
author | nectar <nectar@FreeBSD.org> | 2003-03-03 12:56:05 +0000 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-03-03 12:56:05 +0000 |
commit | c11263fea39d5eb83b450b92cb99bfbfca43f8ce (patch) | |
tree | 7c4b9f07583269f305c528ddbdc431c97713076b /mail/postfix22 | |
parent | 66962c76d514f05f9bfa8cf031c0e9c69ac56a28 (diff) | |
download | FreeBSD-ports-c11263fea39d5eb83b450b92cb99bfbfca43f8ce.zip FreeBSD-ports-c11263fea39d5eb83b450b92cb99bfbfca43f8ce.tar.gz |
Spell `-ldes' as `-lcrypto'.
Diffstat (limited to 'mail/postfix22')
-rw-r--r-- | mail/postfix22/scripts/configure.postfix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix22/scripts/configure.postfix b/mail/postfix22/scripts/configure.postfix index 629776f..bb63ba5 100644 --- a/mail/postfix22/scripts/configure.postfix +++ b/mail/postfix22/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.29 2003-02-24 02:26:52 edwin Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix22/scripts/Attic/configure.postfix,v 1.30 2003-03-03 12:56:05 nectar Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -86,7 +86,7 @@ while [ "$1" ]; do echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" fi echo ".if exists(/usr/lib/libkrb.a)" - echo "POSTFIX_AUXLIBS+= -lkrb -ldes -lcom_err" + echo "POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err" echo ".endif" SUB_SASL="" ;; @@ -105,7 +105,7 @@ while [ "$1" ]; do echo "POSTFIX_AUXLIBS+= \${LOCALBASE}/lib/mysql/libmysqlclient.a -lm -lz" fi echo ".if exists(/usr/lib/libkrb.a)" - echo "POSTFIX_AUXLIBS+= -lkrb -ldes -lcom_err" + echo "POSTFIX_AUXLIBS+= -lkrb -lcrypto -lcom_err" echo ".endif" SUB_SASL="" ;; |