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/ruby-gl | |
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/ruby-gl')
-rw-r--r-- | graphics/ruby-gl/Makefile | 3 | ||||
-rw-r--r-- | graphics/ruby-gl/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ruby-gl/Makefile b/graphics/ruby-gl/Makefile index 66e06834c18..00efbd40c39 100644 --- a/graphics/ruby-gl/Makefile +++ b/graphics/ruby-gl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/10/15 12:06:42 rh Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 15:22:33 wiz Exp $ # DISTNAME= rbogl @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= sakamoto@netbsd.org HOMEPAGE= http://www2.giganet.net/~yoshi/ +COMMENT= Ruby interface to OpenGL DEPENDS+= ruby-1.4.*:../../lang/ruby diff --git a/graphics/ruby-gl/pkg/COMMENT b/graphics/ruby-gl/pkg/COMMENT deleted file mode 100644 index a54301a55f6..00000000000 --- a/graphics/ruby-gl/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Ruby interface to OpenGL |