diff options
author | jwise <jwise@pkgsrc.org> | 2003-05-11 03:01:54 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2003-05-11 03:01:54 +0000 |
commit | b6b465325913acb4b143696c45b4dea89441c80f (patch) | |
tree | 1ff896c8cdbfe4d140e4132470ae65c62a975868 /www/w3m | |
parent | c52a2c0674acae40ef8c94140698716c7dabfdb8 (diff) | |
download | pkgsrc-b6b465325913acb4b143696c45b4dea89441c80f.tar.gz |
Previous problem has now been fixed in the boehm-gc buildlink2.mk. Which means
we can now back out work-around here.
Diffstat (limited to 'www/w3m')
-rw-r--r-- | www/w3m/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/w3m/Makefile.common b/www/w3m/Makefile.common index e1a8b623edd..d788dc48c7f 100644 --- a/www/w3m/Makefile.common +++ b/www/w3m/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.19 2003/05/11 00:09:35 jwise Exp $ +# $NetBSD: Makefile.common,v 1.20 2003/05/11 03:01:54 jwise Exp $ # DISTNAME= w3m-${W3M_VERS} @@ -127,7 +127,7 @@ CONFIGURE_ARGS+= --bindir=${PREFIX}/bin CONFIGURE_ARGS+= --auxbindir=${PREFIX}/${HELPERDIR} CONFIGURE_ARGS+= --libdir=${PREFIX}/${HELPERDIR} CONFIGURE_ARGS+= --helpdir=${PREFIX}/${HELPDIR} -CONFIGURE_ARGS+= --gc-includedir=${BUILDLINK_PREFIX.boehm-gc}/include/gc +CONFIGURE_ARGS+= --gc-includedir=${BUILDLINK_PREFIX.boehm-gc}/include CONFIGURE_ARGS+= --gc-libdir=${BUILDLINK_PREFIX.boehm-gc}/lib .if ${W3M_USE_IMAGE} == YES |