diff options
author | wiz <wiz@pkgsrc.org> | 2005-09-26 14:59:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-09-26 14:59:13 +0000 |
commit | 57c640d1806681b0e916bb527e1bdf6b2e00bf32 (patch) | |
tree | 188ee2e34e53c8da6b0e2e91c0a88d87e9318276 /graphics | |
parent | c4da4fa621b42ceb57595d62fb9504228fd3868d (diff) | |
download | pkgsrc-57c640d1806681b0e916bb527e1bdf6b2e00bf32.tar.gz |
Add missing file. Bump PKGREVISION.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/g2/Makefile | 6 | ||||
-rw-r--r-- | graphics/g2/PLIST | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/graphics/g2/Makefile b/graphics/g2/Makefile index 1d111f69b67..052b867ef1c 100644 --- a/graphics/g2/Makefile +++ b/graphics/g2/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2005/08/06 06:19:19 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/09/26 14:59:13 wiz Exp $ DISTNAME= g2-0.49a -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= graphics MASTER_SITES= http://g2.sourceforge.net/pub/ @@ -28,6 +28,6 @@ post-install: ${PREFIX}/share/examples/g2 .include "../../graphics/gd/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" .include "../../lang/perl5/module.mk" +.include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/g2/PLIST b/graphics/g2/PLIST index 866d3de746a..1ec14209103 100644 --- a/graphics/g2/PLIST +++ b/graphics/g2/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:09:33 jlam Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/09/26 14:59:13 wiz Exp $ include/g2.h +include/g2_GIF.h include/g2_PS.h include/g2_X11.h include/g2_gd.h |