summaryrefslogtreecommitdiff
path: root/www/w3m
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2002-04-24 13:48:48 +0000
committermartti <martti@pkgsrc.org>2002-04-24 13:48:48 +0000
commitc56f3a65eb7c316f8c06789130b8364921d2eb5a (patch)
treee653fb1a4df2f2a198a5795b266ce7016e85b076 /www/w3m
parent8686c51ae16590dfd99b6b10f4dc52ef5b059737 (diff)
downloadpkgsrc-c56f3a65eb7c316f8c06789130b8364921d2eb5a.tar.gz
Add dependency to jpeg (pkg/16473)
Diffstat (limited to 'www/w3m')
-rw-r--r--www/w3m/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile
index d0391e388d1..df84503c322 100644
--- a/www/w3m/Makefile
+++ b/www/w3m/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2002/04/21 23:34:32 kei Exp $
+# $NetBSD: Makefile,v 1.35 2002/04/24 13:48:48 martti Exp $
#
DISTNAME= w3m-${W3M_VERS}
@@ -111,7 +111,6 @@ CONFIGURE_ENV+= use_menu=y use_matrix=n use_image=y use_ansi_color=y
CONFIGURE_ENV+= use_help_cgi=n use_migemo=n
CONFIGURE_ENV+= ded=vi dmail=Mail dbrowser=
CONFIGURE_ENV+= dcc="${CC}" dtermlib="-ltermcap"
-CONFIGURE_ENV+= dldflags="-Wl,-rpath,${LOCALBASE}/lib"
CONFIGURE_ENV+= dmodel=6
CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}"
CONFIGURE_ARGS+= --yes
@@ -169,6 +168,7 @@ post-install:
${RM} -f w3mhelp.html; \
${LN} -s w3mhelp${HELP_W3M}${HELP_LANG}.html w3mhelp.html)
+.include "../../graphics/jpeg/buildlink.mk"
.include "../../graphics/imlib/buildlink.mk"
.include "../../devel/boehm-gc/buildlink.mk"
.include "../../mk/bsd.pkg.mk"