summaryrefslogtreecommitdiff
path: root/print/rlpr
diff options
context:
space:
mode:
authortv <tv>2005-03-24 17:12:17 +0000
committertv <tv>2005-03-24 17:12:17 +0000
commit2e8680f88368ceee6ee6d19ae308ec09a71a98c7 (patch)
tree15ece2df15c4278a983cf23430c912d761e6c16e /print/rlpr
parent8f66f3ece5bccfe088675011ad80fb912d1a818f (diff)
downloadpkgsrc-2e8680f88368ceee6ee6d19ae308ec09a71a98c7.tar.gz
Turn on bl3, and add bl3 includes for needed libiconv and gettext-lib.
Bump PKGREVISION due to dependency changes.
Diffstat (limited to 'print/rlpr')
-rw-r--r--print/rlpr/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/print/rlpr/Makefile b/print/rlpr/Makefile
index 75f79c93d69..649408e7d7e 100644
--- a/print/rlpr/Makefile
+++ b/print/rlpr/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/10/19 01:47:19 sekiya Exp $
+# $NetBSD: Makefile,v 1.2 2005/03/24 17:12:17 tv Exp $
DISTNAME= rlpr-2.06
+PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ftp://truffula.com/pub/
@@ -9,6 +10,8 @@ HOMEPAGE= http://truffula.com/rlpr
COMMENT= lpr work-alike to print directly to remote printer
GNU_CONFIGURE= YES
-#USE_GNU_TOOLS= make
+USE_BUILDLINK3= YES
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"