diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-25 02:01:20 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-25 02:01:20 +0000 |
commit | f70ee055f1b241e80b521535fdc69dd269c8a4fe (patch) | |
tree | 4c81d3387e8005ef9cf837e783f23a87c2194bad /graphics | |
parent | e6530fcc4afbe9065cbb20da8fe458bdbee9c633 (diff) | |
download | pkgsrc-f70ee055f1b241e80b521535fdc69dd269c8a4fe.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/filmgimp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/filmgimp/Makefile b/graphics/filmgimp/Makefile index ebb9aef9b6b..d487e03dd54 100644 --- a/graphics/filmgimp/Makefile +++ b/graphics/filmgimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/04/25 01:10:42 snj Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/25 02:01:20 minskim Exp $ DISTNAME= filmgimp-0.15 PKGREVISION= 3 @@ -9,6 +9,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://filmgimp.sourceforge.org/ COMMENT= Motion picture editing tool +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes |