diff options
author | wiz <wiz> | 2003-05-15 08:11:01 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-05-15 08:11:01 +0000 |
commit | 053e0f7b21ffacb5fd286ec527f0be7d206ca6ce (patch) | |
tree | 4e7eee76c3579a5af906a8afa7abf95d53276e5e /textproc/groff/Makefile | |
parent | f818ecac5f31bdec08515b95ecbf1aaf6d9adf06 (diff) | |
download | pkgsrc-053e0f7b21ffacb5fd286ec527f0be7d206ca6ce.tar.gz |
Add BUILD_DEPENDS on netpbm, and add thus installed images to PLIST.
Bump PKGREVISION to 1.
Diffstat (limited to 'textproc/groff/Makefile')
-rw-r--r-- | textproc/groff/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/groff/Makefile b/textproc/groff/Makefile index 50c5de7f299..34b8e6db2c5 100644 --- a/textproc/groff/Makefile +++ b/textproc/groff/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2003/05/07 13:18:25 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2003/05/15 08:11:01 wiz Exp $ # DISTNAME= groff-1.19 +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_GNU:=groff/} @@ -9,6 +10,8 @@ MAINTAINER= wiz@netbsd.org HOMEPAGE= http://www.gnu.org/software/groff/groff.html COMMENT= GNU roff text processing suite +BUILD_DEPENDS+= netpbm>=10.0:../../graphics/netpbm + GNU_CONFIGURE= YES USE_PERL5= YES USE_BUILDLINK2= YES |