diff options
author | toshii <toshii@pkgsrc.org> | 2002-03-05 15:32:00 +0000 |
---|---|---|
committer | toshii <toshii@pkgsrc.org> | 2002-03-05 15:32:00 +0000 |
commit | 45ea860907b9024895802d1330ccb2c3649244d5 (patch) | |
tree | ce0e86697135213d14fa8386f69d5a1332c68779 /www/w3m | |
parent | b8ad8d4abad6a6f2f5e6e8c829c1d365272e9a90 (diff) | |
download | pkgsrc-45ea860907b9024895802d1330ccb2c3649244d5.tar.gz |
No need to pass -L${LOCALBASE}/lib because USE_BUILDLINK_ONLY is defined.
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile index 64dd4f62bb3..b8d771b6718 100644 --- a/www/w3m/Makefile +++ b/www/w3m/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2002/03/04 15:55:33 kei Exp $ +# $NetBSD: Makefile,v 1.32 2002/03/05 15:32:00 toshii Exp $ # DISTNAME= w3m-0.2.5-m17n-20020216 @@ -93,7 +93,7 @@ HELP_W3M= -w3m CONFIGURE_ENV+= use_menu=y use_matrix=n ansi_color=y CONFIGURE_ENV+= ded=vi dmail=Mail dbrowser= CONFIGURE_ENV+= dcc="${CC}" dtermlib="-ltermcap" -CONFIGURE_ENV+= dldflags="-Wl,-rpath,${LOCALBASE}/lib -L${LOCALBASE}/lib" +CONFIGURE_ENV+= dldflags="-Wl,-rpath,${LOCALBASE}/lib" CONFIGURE_ENV+= dmodel=6 CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}" CONFIGURE_ARGS+= --yes |