summaryrefslogtreecommitdiff
path: root/print/a2ps
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-02-17 12:57:38 +0000
committerjlam <jlam@pkgsrc.org>2004-02-17 12:57:38 +0000
commitdf60e3695a9c29493c13247f34245d4c5b0dd5d7 (patch)
treead20535fa4a23452ca995a664a9c6816ae53856a /print/a2ps
parentde1a6a8e6e2a9f086dc0c619f1ffa909220be4b1 (diff)
downloadpkgsrc-df60e3695a9c29493c13247f34245d4c5b0dd5d7.tar.gz
bl3ify and lose LTCONFIG_OVERRIDE.
Diffstat (limited to 'print/a2ps')
-rw-r--r--print/a2ps/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile
index 96840d0692b..f14a35dea6b 100644
--- a/print/a2ps/Makefile
+++ b/print/a2ps/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2004/01/24 14:57:59 grant Exp $
+# $NetBSD: Makefile,v 1.48 2004/02/17 12:57:38 jlam Exp $
DISTNAME= a2ps-4.13b
PKGNAME= a2ps-4.13.0.2
@@ -16,19 +16,18 @@ DEPENDS+= psutils>=1.17:../../print/psutils
WRKSRC= ${WRKDIR}/a2ps-4.13
STRIP= # empty
-USE_PERL5= YES
+
+USE_BUILDLINK3= yes
+USE_PERL5= yes
USE_GNU_TOOLS+= make
-USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/auxdir/ltconfig
+USE_LIBTOOL= yes
-USE_BUILDLINK2= YES
USE_PKGINSTALL= YES
USE_PKGLOCALEDIR= YES
GNU_CONFIGURE= YES
CONFIGURE_ENV+= LPR=lpr
CONFIGURE_ARGS+= --with-medium="${PAPERSIZE}"
CONFIGURE_ARGS+= --sysconfdir="${PKG_SYSCONFDIR}"
-AUTOMAKE_OVERRIDE= NO
EGDIR= ${PREFIX}/share/examples/a2ps
CONF_FILES= ${EGDIR}/a2ps-site.cfg ${PKG_SYSCONFDIR}/a2ps-site.cfg
@@ -40,5 +39,5 @@ pre-build:
${TOUCH} ${WRKSRC}/doc/*.info
${TOUCH} ${WRKSRC}/doc/*.dvi
-.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"