diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:06:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:06:11 +0000 |
commit | a486f11406b23d4578e07720dca416262225a087 (patch) | |
tree | b77992e84a99ed0927e796b3a892e8e464f1c6a1 /x11/rep-gtk/Makefile | |
parent | 8fb0f10972cbb527ff9b29510de0e76bf4474c45 (diff) | |
download | pkgsrc-a486f11406b23d4578e07720dca416262225a087.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'x11/rep-gtk/Makefile')
-rw-r--r-- | x11/rep-gtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/rep-gtk/Makefile b/x11/rep-gtk/Makefile index 48ca8a527ee..e01fd618497 100644 --- a/x11/rep-gtk/Makefile +++ b/x11/rep-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/12/15 19:26:01 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/17 17:06:45 wiz Exp $ # DISTNAME= rep-gtk-0.14 @@ -7,6 +7,7 @@ MASTER_SITES= ftp://rep-gtk.sourceforge.net/pub/rep-gtk/ MAINTAINER= danw@netbsd.org HOMEPAGE= http://rep-gtk.sourceforge.net/ +COMMENT= librep bindings for gtk (used by sawmill) DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= librep>=0.13.1:../../lang/librep |