diff options
Diffstat (limited to 'www/bluefish/Makefile')
-rw-r--r-- | www/bluefish/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 329e79867de..a235609e495 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/01/04 17:55:40 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/05 09:01:05 tron Exp $ # DISTNAME= bluefish-0.6 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= wulf@ping.net.au HOMEPAGE= http://bluefish.openoffice.nl/ -BUILD_DEPENDS+= autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf BUILD_DEPENDS+= msgfmt:../../devel/gettext DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= imlib-*:../../graphics/imlib @@ -24,7 +24,7 @@ GNU_CONFIGURE= # defined HTMLDIR= ${PREFIX}/share/doc/html/bluefish pre-configure: - cd ${WRKSRC} && autoreconf + cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake post-install: ${INSTALL_DATA_DIR} ${HTMLDIR} |