diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 15:22:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 15:22:13 +0000 |
commit | a2a4d06c6fe93107eedfcc3d009672fe424ac7ef (patch) | |
tree | b5890a54c67bba8526cf5a60ca066d6a3cf5bfc8 /graphics/g3d/Makefile | |
parent | 9f28a7693e4ce0bcbc428ce0b4903fd08e48c277 (diff) | |
download | pkgsrc-a2a4d06c6fe93107eedfcc3d009672fe424ac7ef.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'graphics/g3d/Makefile')
-rw-r--r-- | graphics/g3d/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/g3d/Makefile b/graphics/g3d/Makefile index 85f968459f4..4b02911e858 100644 --- a/graphics/g3d/Makefile +++ b/graphics/g3d/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/08/14 18:32:17 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/16 15:22:20 wiz Exp $ # DISTNAME= g3d-0.0.2 @@ -7,6 +7,7 @@ MASTER_SITES= http://condor.stcloudstate.edu/~hebl9901/g3d/ MAINTAINER= sakamoto@netbsd.org HOMEPAGE= http://condor.stcloudstate.edu/~hebl9901/g3d/ +COMMENT= 3D modeller with a view of 3D modelling DEPENDS+= gtkglarea-1.2.1:../../x11/gtkglarea |