diff options
author | itojun <itojun> | 2000-11-01 17:26:40 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-11-01 17:26:40 +0000 |
commit | 0b3422392e085f1f2a3ff189d0f0087041f0c050 (patch) | |
tree | c0271b900ad66821aa9f2fec4892b1a674145715 /www/lynx | |
parent | d1e3befb4070bca4a830147d7376c968872839e7 (diff) | |
download | pkgsrc-0b3422392e085f1f2a3ff189d0f0087041f0c050.tar.gz |
use USE_LIBINTL and BUILD_DEPEND to devel/gettext.
Diffstat (limited to 'www/lynx')
-rw-r--r-- | www/lynx/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile index cd8d3f9ed6a..aa1066cf4a1 100644 --- a/www/lynx/Makefile +++ b/www/lynx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2000/09/09 19:40:24 fredb Exp $ +# $NetBSD: Makefile,v 1.31 2000/11/01 17:26:40 itojun Exp $ # DISTNAME= lynx2.8.3rel.1 @@ -27,7 +27,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= fb@enteract.com HOMEPAGE= http://lynx.browser.org/ -DEPENDS+= gettext>=0.10.35nb1:../../devel/gettext +BUILD_DEPENDS+= msgfmt:../../devel/gettext +USE_LIBINTL= yes DIST_SUBDIR= lynx EXTRACT_ONLY= ${DISTFILES:M*.tar.bz2} @@ -96,7 +97,7 @@ post-configure: ${ECHO} 'SSL_DEFINES= -DUSE_SSL ${SSLINCS}') \ >> ${WRKSRC}/makefile (${ECHO}; \ - ${ECHO} 'INTLLIB= ${LOCALBASE}/lib/libintl.a'; \ + ${ECHO} 'INTLLIB= -L${LOCALBASE}/lib -lintl'; \ ${ECHO} 'INTLDIR_CPPFLAGS= -I${LOCALBASE}/include') \ >> ${WRKSRC}/src/makefile |