diff options
author | wiz <wiz> | 2001-12-17 00:07:01 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-12-17 00:07:01 +0000 |
commit | 23b6f0117ec39e9a90d78ce9f7a1d5ac61e16553 (patch) | |
tree | 27dcdae5c1b5cbbb2ec242cb82dd6da2baf1f350 /print | |
parent | ea1eae97cc88c0c30322cc1b7f09543abc26fafb (diff) | |
download | pkgsrc-23b6f0117ec39e9a90d78ce9f7a1d5ac61e16553.tar.gz |
Add USE_GMAKE, as requested in pkg/14966 and pkg/14969.
Diffstat (limited to 'print')
-rw-r--r-- | print/a2ps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 5ca213660fe..b57367c6d7f 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2001/06/09 15:31:42 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2001/12/17 00:07:01 wiz Exp $ # DISTNAME= a2ps-4.13b @@ -16,6 +16,7 @@ DEPENDS+= psutils-1.17:../../print/psutils STRIP= # empty USE_PERL5= # defined +USE_GMAKE= # defined USE_GTEXINFO= # defined USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/auxdir/ltconfig |