diff options
author | minskim <minskim@pkgsrc.org> | 2005-01-01 04:01:07 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2005-01-01 04:01:07 +0000 |
commit | 69328bd5ebd6f7dd381b2816926a8d5c7546a71b (patch) | |
tree | 4727564137c70daf1a8399837c48272470134d9b /graphics | |
parent | d3e518dbc91ce4aa936a7cd50d9f22bfc64882f0 (diff) | |
download | pkgsrc-69328bd5ebd6f7dd381b2816926a8d5c7546a71b.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/grap/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/grap/Makefile b/graphics/grap/Makefile index 050defffb0e..2ff1aa8d823 100644 --- a/graphics/grap/Makefile +++ b/graphics/grap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/01/01 03:59:31 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2005/01/01 04:01:07 minskim Exp $ DISTNAME= grap-1.30 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.lunabase.org/~faber/Vault/software/grap/ COMMENT= Language for typesetting graphs +PKG_INSTALLATION_TYPES= overwrite pkgviews + GNU_CONFIGURE= yes USE_LANGUAGES= c++ |