diff options
author | jmc <jmc@pkgsrc.org> | 2002-02-06 03:29:05 +0000 |
---|---|---|
committer | jmc <jmc@pkgsrc.org> | 2002-02-06 03:29:05 +0000 |
commit | 25c428b38e07cc2c0631730608a8934de4155b0b (patch) | |
tree | 21aab477d59c6e2e0ecac3c82e645d4272080d34 /www/bluefish/Makefile | |
parent | 9bd4180d57c9e2c28c4aac8677063ec431119e63 (diff) | |
download | pkgsrc-25c428b38e07cc2c0631730608a8934de4155b0b.tar.gz |
Fix dependency typo for gnome-libs
Diffstat (limited to 'www/bluefish/Makefile')
-rw-r--r-- | www/bluefish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 49a80bc362b..5d2d119439b 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2002/01/19 16:59:52 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2002/02/06 03:29:05 jmc Exp $ DISTNAME= bluefish-0.7 CATEGORIES= www @@ -20,7 +20,7 @@ DEPENDS+= weblint-[0-9]*:../../www/weblint DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png-[0-9]*:../../graphics/png DEPENDS+= tiff-[0-9]*:../../graphics/tiff -DEPENDS+= gnome-libs-[0-9]*:../../x11/gnome-lib +DEPENDS+= gnome-libs-[0-9]*:../../x11/gnome-libs DEPENDS+= gdk-pixbuf-[0-9]*:../../graphics/gdk-pixbuf BUILD_USES_MSGFMT= YES |