summaryrefslogtreecommitdiff
path: root/sysutils/ups-nut-cgi/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-08-25 21:50:52 +0000
committerjlam <jlam@pkgsrc.org>2002-08-25 21:50:52 +0000
commita020ed9056d4d74e13cd2a99898f3dec09c162b7 (patch)
treef54fdc39f5381d6b58a06e7e3ed458f63f0e9df2 /sysutils/ups-nut-cgi/Makefile
parent287b5c5601b23446d25c27bbf0140c8dc4b4391e (diff)
downloadpkgsrc-a020ed9056d4d74e13cd2a99898f3dec09c162b7.tar.gz
Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
Diffstat (limited to 'sysutils/ups-nut-cgi/Makefile')
-rw-r--r--sysutils/ups-nut-cgi/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/ups-nut-cgi/Makefile b/sysutils/ups-nut-cgi/Makefile
index 76045f6aee5..b1bd1254dc9 100644
--- a/sysutils/ups-nut-cgi/Makefile
+++ b/sysutils/ups-nut-cgi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2002/07/03 11:57:14 lukem Exp $
+# $NetBSD: Makefile,v 1.18 2002/08/25 21:51:07 jlam Exp $
DISTNAME= nut-0.50.0
PKGNAME= ups-nut-cgi-0.50.0
@@ -20,7 +20,8 @@ NUT_CONFDIR= ${PKG_SYSCONFDIR}
NUT_STATEDIR= /var/db/nut
NUT_CGIDIR= ${PREFIX}/share/nut/cgi
-USE_BUILDLINK_ONLY= yes
+USE_BUILDLINK2= yes
+USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${NUT_CONFDIR} \
--with-statepath=${NUT_STATEDIR} \
@@ -30,6 +31,5 @@ CONFIGURE_ARGS+= --sysconfdir=${NUT_CONFDIR} \
pre-configure:
cd ${WRKSRC}; ${LOCALBASE}/bin/autoreconf --force
-.include "../../graphics/gd/buildlink.mk"
-.include "../../mk/x11.buildlink.mk"
+.include "../../graphics/gd/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"