diff options
author | tron <tron@pkgsrc.org> | 2002-11-28 10:25:32 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-11-28 10:25:32 +0000 |
commit | 483e2e61c8eed44e1d3076cd63b89b4f77d0c057 (patch) | |
tree | 8c9d4a000b96bf3f9320387e8e929b116e098471 /print/a2ps | |
parent | 175eaeb2835e574cb187f59de946742d878787e9 (diff) | |
download | pkgsrc-483e2e61c8eed44e1d3076cd63b89b4f77d0c057.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/a2ps')
-rw-r--r-- | print/a2ps/Makefile | 6 |
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" |