diff options
author | danw <danw@pkgsrc.org> | 2004-05-23 20:58:41 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2004-05-23 20:58:41 +0000 |
commit | 266b5f6a26c5fdc11525f9af5f86cfeab436558f (patch) | |
tree | 42c40198ac2e68ba177dd5a85202a002cbbf0341 /mail/bbmail/Makefile | |
parent | a758fb3eb090bc7bc82fad5015085cb32e132ba3 (diff) | |
download | pkgsrc-266b5f6a26c5fdc11525f9af5f86cfeab436558f.tar.gz |
USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translated
properly on various OSes
Diffstat (limited to 'mail/bbmail/Makefile')
-rw-r--r-- | mail/bbmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile index 8fb5eadc03a..ed98f85dfab 100644 --- a/mail/bbmail/Makefile +++ b/mail/bbmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/11/07 14:59:42 gavan Exp $ +# $NetBSD: Makefile,v 1.8 2004/05/23 20:58:42 danw Exp $ # DISTNAME= bbmail-0.8.3 @@ -11,6 +11,7 @@ COMMENT= Mailbox monitor (not only) for the blackbox windowmanager GNU_CONFIGURE= YES USE_X11= YES +USE_BUILDLINK3= YES USE_GCC_SHLIB= YES do-install: |