summaryrefslogtreecommitdiff
path: root/sysutils/apcupsd
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-08-01 16:55:38 +0000
committerwiz <wiz@pkgsrc.org>2001-08-01 16:55:38 +0000
commitd518ae7bb922d5c5ec0b0c39ae139fc9d519e844 (patch)
treee0143dabea955c2f68183b48195ee907d4b7efd2 /sysutils/apcupsd
parentc11b028e8cf2be5e9b3dc6ac3f2b2be6e53d0210 (diff)
downloadpkgsrc-d518ae7bb922d5c5ec0b0c39ae139fc9d519e844.tar.gz
Use gettext-lib buildlink.mk instead of USE_LIBINTL.
Fixes problem noted in recent bulk build.
Diffstat (limited to 'sysutils/apcupsd')
-rw-r--r--sysutils/apcupsd/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/apcupsd/Makefile b/sysutils/apcupsd/Makefile
index b0c4b0b7a83..0cfb2b558d7 100644
--- a/sysutils/apcupsd/Makefile
+++ b/sysutils/apcupsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/06/11 06:34:49 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2001/08/01 16:55:38 wiz Exp $
#
DISTNAME= apcupsd-3.6.2
@@ -13,7 +13,7 @@ BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
BUILD_USES_MSGFMT= yes
USE_GMAKE= # defined
-USE_LIBINTL= # defined
+#USE_LIBINTL= # defined
GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --enable-http # include http support
@@ -62,4 +62,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/apcupsd
.endfor
+.include "../../devel/gettext-lib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"