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 | 154bb3c9bd4f25cf0dd10ebf240d7dcdaec17ebe (patch) | |
tree | 4727564137c70daf1a8399837c48272470134d9b /graphics | |
parent | 79290b9f01de5d6798209b85d57e08f3cfc3262a (diff) | |
download | pkgsrc-154bb3c9bd4f25cf0dd10ebf240d7dcdaec17ebe.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++ |