summaryrefslogtreecommitdiff
path: root/mail/exim/Makefile
diff options
context:
space:
mode:
authorreed <reed>2004-06-04 23:21:34 +0000
committerreed <reed>2004-06-04 23:21:34 +0000
commit1499de7c555c71d8500ac7e6f016f29d6a6b3f90 (patch)
tree1f20066fadcf2e33c93abea2805b4eb1132ce00e /mail/exim/Makefile
parentcf8bbe67a8b2923c99ace2e73a3cc5b1256aece2 (diff)
downloadpkgsrc-1499de7c555c71d8500ac7e6f016f29d6a6b3f90.tar.gz
The Exim db tools were missing rpath to db library (when not using native).
This modifies Makefile.common to add "-Wl,${RPATH_FLAG}" to the location of the chosen library (DB implementation). For example: -Wl,${RPATH_FLAG}${LOCALBASE}/${BUILDLINK_LIBDIRS.db2} Also bump PKGREVISIONs for this.
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r--mail/exim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index 27034cb0fea..a1b7062c9a8 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2004/06/04 00:10:34 reed Exp $
+# $NetBSD: Makefile,v 1.49 2004/06/04 23:21:34 reed Exp $
DISTNAME= exim-${EXIM_VERSION}
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= mail net
MAINTAINER= abs@NetBSD.org