diff options
author | fredb <fredb@pkgsrc.org> | 2001-02-06 03:16:56 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-02-06 03:16:56 +0000 |
commit | 46a9e2c3deff78a7fc2cd8231e64cfb4668e94b6 (patch) | |
tree | fc373d0dc8bbedf2209b780336196ea2dcb03607 /www | |
parent | 4098571c142a5138bd2050f5de264cb566152287 (diff) | |
download | pkgsrc-46a9e2c3deff78a7fc2cd8231e64cfb4668e94b6.tar.gz |
Make that "autoreconf" -- there is no "autoremake".
Diffstat (limited to 'www')
-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 a235609e495..7d5dbb0a100 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/02/05 09:01:05 tron Exp $ +# $NetBSD: Makefile,v 1.12 2001/02/06 03:17:01 fredb 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+= ${LOCALBASE}/bin/autoconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../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} && ${LOCALBASE}/bin/autoremake + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf post-install: ${INSTALL_DATA_DIR} ${HTMLDIR} |