summaryrefslogtreecommitdiff
path: root/sysutils/ups-nut-cgi/Makefile
diff options
context:
space:
mode:
authordillo <dillo@pkgsrc.org>2002-10-02 23:36:06 +0000
committerdillo <dillo@pkgsrc.org>2002-10-02 23:36:06 +0000
commita13fbf89bda82bf85f8ed83065fd58b0abe757b3 (patch)
tree7fbedc484d2ec2e9eb3fd494b543afed4e614465 /sysutils/ups-nut-cgi/Makefile
parentc026aa72ae9d540f90e6e7c8c59a8561203a92c9 (diff)
downloadpkgsrc-a13fbf89bda82bf85f8ed83065fd58b0abe757b3.tar.gz
get rid of autoconf build dependency by patching configure
Diffstat (limited to 'sysutils/ups-nut-cgi/Makefile')
-rw-r--r--sysutils/ups-nut-cgi/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysutils/ups-nut-cgi/Makefile b/sysutils/ups-nut-cgi/Makefile
index b1bd1254dc9..3a47c52d84f 100644
--- a/sysutils/ups-nut-cgi/Makefile
+++ b/sysutils/ups-nut-cgi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2002/08/25 21:51:07 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2002/10/02 23:36:06 dillo Exp $
DISTNAME= nut-0.50.0
PKGNAME= ups-nut-cgi-0.50.0
@@ -9,7 +9,6 @@ MAINTAINER= lukem@netbsd.org
HOMEPAGE= http://www.exploits.org/nut/
COMMENT= Network UPS Tools CGI scripts
-BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
DEPENDS+= ups-nut-0.*:../../sysutils/ups-nut
ALL_TARGET= cgi
@@ -28,8 +27,5 @@ CONFIGURE_ARGS+= --sysconfdir=${NUT_CONFDIR} \
--with-cgipath=${NUT_CGIDIR} \
--with-graphics=${LOCALBASE}
-pre-configure:
- cd ${WRKSRC}; ${LOCALBASE}/bin/autoreconf --force
-
.include "../../graphics/gd/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"