diff options
author | minskim <minskim@pkgsrc.org> | 2005-01-01 03:57:25 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-01-01 03:57:25 +0000 |
commit | a2e6231cb206781b4aefa3359c5ea61407dfa266 (patch) | |
tree | d39cea24fbde955b63dcc190ed884cab1545dced /graphics | |
parent | 180686571fd64b1e14bfabf9d14c5820132ec999 (diff) | |
download | pkgsrc-a2e6231cb206781b4aefa3359c5ea61407dfa266.tar.gz |
This package doesn't need perl at all. Remove USE_PERL5.
Bump PKGREVISION due to dependency change.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/grap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/grap/Makefile b/graphics/grap/Makefile index 75d60f8e2f7..c9fb3dfd4db 100644 --- a/graphics/grap/Makefile +++ b/graphics/grap/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 21:41:08 grant Exp $ +# $NetBSD: Makefile,v 1.8 2005/01/01 03:57:25 minskim Exp $ DISTNAME= grap-1.30 +PKGREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://www.lunabase.org/~faber/Vault/software/grap/ @@ -9,6 +10,5 @@ HOMEPAGE= http://www.lunabase.org/~faber/Vault/software/grap/ COMMENT= Language for typesetting graphs GNU_CONFIGURE= yes -USE_PERL5= yes .include "../../mk/bsd.pkg.mk" |