pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/rlpr Turn on bl3, and add bl3 includes for neede...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1a310c3302b0
branches:  trunk
changeset: 491485:1a310c3302b0
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Mar 24 17:12:17 2005 +0000

description:
Turn on bl3, and add bl3 includes for needed libiconv and gettext-lib.
Bump PKGREVISION due to dependency changes.

diffstat:

 print/rlpr/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 404fcefe01e0 -r 1a310c3302b0 print/rlpr/Makefile
--- a/print/rlpr/Makefile       Thu Mar 24 17:11:45 2005 +0000
+++ b/print/rlpr/Makefile       Thu Mar 24 17:12:17 2005 +0000
@@ -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 @@
 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"



Home | Main Index | Thread Index | Old Index