diff options
author | wiz <wiz> | 2000-12-16 01:57:01 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-16 01:57:01 +0000 |
commit | 82df438a5ce813b4bb9edc21da8032e513d1fdb6 (patch) | |
tree | bc2663e22d0dc292ef84074f4c22abdc9017ce0c /lang | |
parent | e76bc00a6e68d92a7644b4dd2a97c57434784832 (diff) | |
download | pkgsrc-82df438a5ce813b4bb9edc21da8032e513d1fdb6.tar.gz |
USE_LIBINTL instead of DEPEND on gettext
Diffstat (limited to 'lang')
-rw-r--r-- | lang/librep/Makefile | 5 |
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} |