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 /sysutils/ups-nut-cgi | |
parent | 4098571c142a5138bd2050f5de264cb566152287 (diff) | |
download | pkgsrc-46a9e2c3deff78a7fc2cd8231e64cfb4668e94b6.tar.gz |
Make that "autoreconf" -- there is no "autoremake".
Diffstat (limited to 'sysutils/ups-nut-cgi')
-rw-r--r-- | sysutils/ups-nut-cgi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ups-nut-cgi/Makefile b/sysutils/ups-nut-cgi/Makefile index 79131a877fa..d256d6b0e00 100644 --- a/sysutils/ups-nut-cgi/Makefile +++ b/sysutils/ups-nut-cgi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/02/05 09:01:04 tron Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/06 03:17:00 fredb Exp $ # DISTNAME= nut-0.44.2 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.exploits.org/nut/ DEPENDS+= gd-*:../../graphics/gd DEPENDS+= ups-nut-0*:../ups-nut -BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf WRKSRC= ${WRKDIR}/nut-0.44.2 |