diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-21 15:35:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-21 15:35:42 +0000 |
commit | 7b7e6d4954343806b9b266b9e21484ccb39e212a (patch) | |
tree | e356dc0b47e5b843fbe51f4d61a0064c0afa62e8 /www/bluefish | |
parent | 8c0bbee987992adfc08f9e1386aab65851460796 (diff) | |
download | pkgsrc-7b7e6d4954343806b9b266b9e21484ccb39e212a.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'www/bluefish')
-rw-r--r-- | www/bluefish/Makefile | 13 |
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" |