summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz>2000-12-16 01:57:01 +0000
committerwiz <wiz>2000-12-16 01:57:01 +0000
commitc8f920bf32c964f6b2e07d9ca835dc6fdd3657e6 (patch)
treebc2663e22d0dc292ef84074f4c22abdc9017ce0c /lang
parent513ae91af0f4dd0f208a01a6d2641b8ae293d764 (diff)
downloadpkgsrc-c8f920bf32c964f6b2e07d9ca835dc6fdd3657e6.tar.gz
USE_LIBINTL instead of DEPEND on gettext
Diffstat (limited to 'lang')
-rw-r--r--lang/librep/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/librep/Makefile b/lang/librep/Makefile
index 3c2f650272e..ffec0231106 100644
--- a/lang/librep/Makefile
+++ b/lang/librep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2000/10/27 17:47:01 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2000/12/16 01:57:01 wiz Exp $
#
DISTNAME= librep-${REP_VERS}
@@ -11,10 +11,10 @@ HOMEPAGE= http://librep.sourceforge.net/
DEPENDS+= gmp>=3.0:../../devel/gmp
DEPENDS+= gdbm>=1.8.0:../../databases/gdbm
-DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext
DEPENDS+= readline>=4.0:../../devel/readline
USE_GMAKE= # defined
+USE_LIBINTL= # defined
USE_LIBTOOL= # defined
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
@@ -22,7 +22,6 @@ GNU_CONFIGURE= # defined
CONFIGURE_ARGS+= --with-readline
CONFIGURE_ARGS+= --with-gmp-prefix=${LOCALBASE}
CONFIGURE_ARGS+= --with-gdbm-prefix=${LOCALBASE}
-CONFIGURE_ENV+= LIBS="-lintl"
PLIST_SUBST+= REP_VERS=${REP_VERS}