summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authortron <tron>2002-11-28 10:25:32 +0000
committertron <tron>2002-11-28 10:25:32 +0000
commitf56c39fbdcdb9e3b22f555acc9f8bfb5047330e6 (patch)
tree8c9d4a000b96bf3f9320387e8e929b116e098471 /print
parentcfd75bc6b41101c8cc2398a3c453aa2a4dd0b8ad (diff)
downloadpkgsrc-f56c39fbdcdb9e3b22f555acc9f8bfb5047330e6.tar.gz
Buildlinkify this package to stop it from using packaged version of
"libintl" even if it is not necessary. Bump package revision.
Diffstat (limited to 'print')
-rw-r--r--print/a2ps/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile
index 864a3712785..c5f9bbd8a98 100644
--- a/print/a2ps/Makefile
+++ b/print/a2ps/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.37 2002/11/26 11:02:05 jmmv Exp $
+# $NetBSD: Makefile,v 1.38 2002/11/28 10:25:32 tron Exp $
DISTNAME= a2ps-4.13b
PKGNAME= a2ps-4.13.0.2
-PKGREVISION= 1
+PKGREVISION= 2
WRKSRC= ${WRKDIR}/a2ps-4.13
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_GNU:=a2ps/} \
@@ -21,6 +21,7 @@ USE_GMAKE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/auxdir/ltconfig
+USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV+= LPR=lpr
CONFIGURE_ARGS+= --with-medium="${PAPERSIZE}"
@@ -37,6 +38,7 @@ pre-build:
${TOUCH} ${WRKSRC}/doc/*.info
${TOUCH} ${WRKSRC}/doc/*.dvi
+.include "../../devel/gettext-lib/buildlink2.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/bsd.pkg.mk"