summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-07-02 16:51:49 +0000
committerjlam <jlam@pkgsrc.org>2001-07-02 16:51:49 +0000
commit5bcf9f90e6df07c1353985fb06d919589e69f241 (patch)
tree1746a80294113f7cd44cc8997fe749a6423c0b89
parent02ce29f1ac9b56c76b6b19608b63813d39cce91a (diff)
downloadpkgsrc-5bcf9f90e6df07c1353985fb06d919589e69f241.tar.gz
Convert to use buildlink.mk files.
-rw-r--r--net/jwhois/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile
index 6a67eb00eeb..f0684c849e3 100644
--- a/net/jwhois/Makefile
+++ b/net/jwhois/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/06/17 21:47:52 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2001/07/02 16:51:49 jlam Exp $
#
DISTNAME= jwhois-2.4.1
@@ -10,7 +10,6 @@ HOMEPAGE= http://www.gnu.org/software/jwhois/
COMMENT= Configurable WHOIS client
GNU_CONFIGURE= # defined
-USE_LIBINTL= # defined
CONFIGURE_ARGS+= --sysconfdir=/etc
CONFIGURE_ARGS+= --localstatedir=/var/db
CONFIGURE_ARGS+= --with-cache
@@ -21,4 +20,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/example/jwhois.conf ${PREFIX}/share/examples
PKG_PREFIX=${PREFIX} ${SH} ${INSTALL_FILE} ${PKGNAME} POST-INSTALL
+.include "../../devel/gettext-lib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"