pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/postfix Sync with cyrus-sasl2's buildlink2.mk rea...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d462c0606b81
branches:  trunk
changeset: 463417:d462c0606b81
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Mon Nov 10 16:27:37 2003 +0000

description:
Sync with cyrus-sasl2's buildlink2.mk reality.

diffstat:

 mail/postfix/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r eed621ed0cda -r d462c0606b81 mail/postfix/Makefile
--- a/mail/postfix/Makefile     Mon Nov 10 16:13:28 2003 +0000
+++ b/mail/postfix/Makefile     Mon Nov 10 16:27:37 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.105 2003/11/01 13:34:10 martti Exp $
+# $NetBSD: Makefile,v 1.106 2003/11/10 16:27:37 kleink Exp $
 
 DISTNAME=      postfix-2.0.16
 CATEGORIES=    mail
@@ -90,8 +90,8 @@
 USING_SASL=YES
 .include "../../security/cyrus-sasl2/buildlink2.mk"
 CCARGS+=       -DUSE_SASL2_AUTH
-AUXLIBS+=      -L${BUILDLINK_PREFIX.cyrus-sasl2}/lib           \
-               -Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.cyrus-sasl2}/lib    \
+AUXLIBS+=      -L${BUILDLINK_PREFIX.cyrus-sasl}/lib            \
+               -Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.cyrus-sasl}/lib     \
                -lsasl2
 BUILD_DEFS+=   USE_SASL2
 .endif



Home | Main Index | Thread Index | Old Index