diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-16 15:42:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-16 15:42:58 +0000 |
commit | 47bba684035187b0abba594afc139ce56ca48045 (patch) | |
tree | 143af2acc89f7e42e2088d1122bb40cea17721d6 /mail/rblcheck/Makefile | |
parent | 632b2c2a40164fc47c6f8b0fca075d7e5f487f79 (diff) | |
download | pkgsrc-47bba684035187b0abba594afc139ce56ca48045.tar.gz |
Set USE_BUILDLINK3. Might fix SunOS build.
Diffstat (limited to 'mail/rblcheck/Makefile')
-rw-r--r-- | mail/rblcheck/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/rblcheck/Makefile b/mail/rblcheck/Makefile index c62f4687cb3..a89a52afc7c 100644 --- a/mail/rblcheck/Makefile +++ b/mail/rblcheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/11/29 11:03:56 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/16 15:42:58 wiz Exp $ # FreeBSD: ports/mail/rblcheck/Makefile,v 1.6 1999/08/25 06:50:47 obrien Exp # @@ -13,6 +13,8 @@ COMMENT= Command-line interface to Paul Vixie's RBL filter DOCS= BUGS CHANGES CREDITS INSTALL PLATFORMS TODO +USE_BUILDLINK3= YES + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rblcheck ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rblcheck |