From cd932c04e2efa7f3c0a5ee464ded70ae263007ff Mon Sep 17 00:00:00 2001 From: mnag Date: Tue, 4 Oct 2005 15:13:47 +0000 Subject: Proper link when use OPENSSL from ports. PR: 86861 Pointed by: Uffe Vedenbrant Approved by: vivek@khera.org (maintainer), pav (mentor) --- mail/postfix23/Makefile | 6 +++--- mail/postfix23/scripts/configure.postfix | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'mail/postfix23') diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile index 5506badbdc49..2ee59b5ec76c 100644 --- a/mail/postfix23/Makefile +++ b/mail/postfix23/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: postfix -# Date created: 18 Mar 1999 -# Whom: torstenb +# Date created: 18 Mar 1999 +# Whom: torstenb # # $FreeBSD$ # @@ -29,7 +29,7 @@ MASTER_SITE_SUBDIR= . old related/postfix DISTNAME= postfix-${PORTVERSION} DIST_SUBDIR= ${PORTNAME} -# blanket approval for version updates: marcus@corp.grupos.com.br +# blanket approval for version updates: mnag@FreeBSD.org MAINTAINER= vivek@khera.org COMMENT= A secure alternative to widely-used Sendmail diff --git a/mail/postfix23/scripts/configure.postfix b/mail/postfix23/scripts/configure.postfix index 31976e1df797..bd182b5c8c75 100644 --- a/mail/postfix23/scripts/configure.postfix +++ b/mail/postfix23/scripts/configure.postfix @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.65 2005-09-11 21:42:42 vsevolod Exp $ +# $FreeBSD: /tmp/pcvs/ports/mail/postfix23/scripts/Attic/configure.postfix,v 1.66 2005-10-04 15:13:47 mnag Exp $ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -116,7 +116,7 @@ while [ "$1" ]; do TLS) echo "USE_OPENSSL= yes" echo "POSTFIX_CCARGS+= -DUSE_TLS -I\${OPENSSLINC}" - echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} -lssl -lcrypto" + echo "POSTFIX_AUXLIBS+= -L\${OPENSSLLIB} \${LDFLAGS} -lssl -lcrypto" echo "TLS_SUFFIX= +tls" ;; DB3) -- cgit