summaryrefslogtreecommitdiff
path: root/www/bluefish
diff options
context:
space:
mode:
authorwiz <wiz>2002-10-21 15:35:42 +0000
committerwiz <wiz>2002-10-21 15:35:42 +0000
commitd8709b28d4456902f5ea0aa385682cd43443008e (patch)
treee356dc0b47e5b843fbe51f4d61a0064c0afa62e8 /www/bluefish
parentc215ec2829ff642153e2f06f16e1ccd3fd051298 (diff)
downloadpkgsrc-d8709b28d4456902f5ea0aa385682cd43443008e.tar.gz
Convert to buildlink2.
Diffstat (limited to 'www/bluefish')
-rw-r--r--www/bluefish/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
index 8fe822b3271..b8a848015d2 100644
--- a/www/bluefish/Makefile
+++ b/www/bluefish/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2002/05/11 18:45:10 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2002/10/21 15:41:52 wiz Exp $
DISTNAME= bluefish-0.7
PKGREVISION= 1
@@ -15,20 +15,13 @@ MAINTAINER= wulf@ping.net.au
HOMEPAGE= http://bluefish.openoffice.nl/
COMMENT= GTK HTML editor for the experienced web designer
-DEPENDS+= gtk+>=1.2.7:../../x11/gtk
-DEPENDS+= imlib>=1.9.11nb1:../../graphics/imlib
DEPENDS+= weblint-[0-9]*:../../www/weblint
-DEPENDS+= jpeg-6b:../../graphics/jpeg
-DEPENDS+= png>=1.2.1:../../graphics/png
-DEPENDS+= tiff-[0-9]*:../../graphics/tiff
-DEPENDS+= gnome-libs>=1.4.1.2nb1:../../x11/gnome-libs
-DEPENDS+= gdk-pixbuf>=0.11.0nb1:../../graphics/gdk-pixbuf
BUILD_USES_MSGFMT= YES
+USE_BUILDLINK2= # defined
USE_X11BASE= # defined
USE_GMAKE= # defined
-USE_LIBINTL= # defined
CONFIGURE_ARGS+= --with-autocomplet
@@ -44,4 +37,6 @@ post-install:
${FIND} ${HTMLDIR} -type d -exec ${CHMOD} 555 {} \;
${FIND} ${HTMLDIR} -type f -exec ${CHMOD} 444 {} \;
+.include "../../graphics/gdk-pixbuf/buildlink2.mk"
+.include "../../x11/gnome-libs/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"