summaryrefslogtreecommitdiff
path: root/sysutils/apcupsd
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-04-25 09:14:00 +0000
committersnj <snj@pkgsrc.org>2004-04-25 09:14:00 +0000
commitacb9e079463f86945e86e7cf0589a1044d6ff0f3 (patch)
tree04ffcd4f15fee472178af37fa744bf429a0007b6 /sysutils/apcupsd
parent0d66b2ac0509e54d80cc07986fc46c8d0d2de776 (diff)
downloadpkgsrc-acb9e079463f86945e86e7cf0589a1044d6ff0f3.tar.gz
Convert to buildlink3.
Diffstat (limited to 'sysutils/apcupsd')
-rw-r--r--sysutils/apcupsd/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile
index c93c6f9d779..d62e462afde 100644
--- a/sysutils/apcupsd/Makefile
+++ b/sysutils/apcupsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2004/01/24 15:06:57 grant Exp $
+# $NetBSD: Makefile,v 1.27 2004/04/25 09:14:00 snj Exp $
DISTNAME= apcupsd-3.8.6
PKGREVISION= 1
@@ -11,7 +11,7 @@ COMMENT= UPS power management for APCC Products
BUILD_USES_MSGFMT= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGINSTALL= yes
USE_GNU_TOOLS+= make
@@ -23,7 +23,7 @@ PKG_SYSCONFSUBDIR= apcupsd
# which has a curses interface
#
#CONFIGURE_ARGS+= --enable-http # include http support
-#.include "../../devel/ncurses/buildlink2.mk"
+#.include "../../devel/ncurses/buildlink3.mk"
#CONFIGURE_ARGS+= --enable-threads # compile threading code
#CONFIGURE_ARGS+= --enable-powerflute # compile powerflute program
@@ -107,5 +107,5 @@ post-install:
${PREFIX}/share/doc/html/apcupsd
.endfor
-.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"