summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorwiz <wiz>2001-08-01 16:55:38 +0000
committerwiz <wiz>2001-08-01 16:55:38 +0000
commit6ae2cdb8d07e43b3b23ecae23308379ce74c0aa8 (patch)
treee0143dabea955c2f68183b48195ee907d4b7efd2 /sysutils
parent07c437a4c6b14322c798f9d2edf2366abf47f517 (diff)
downloadpkgsrc-6ae2cdb8d07e43b3b23ecae23308379ce74c0aa8.tar.gz
Use gettext-lib buildlink.mk instead of USE_LIBINTL.
Fixes problem noted in recent bulk build.
Diffstat (limited to 'sysutils')
-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"