summaryrefslogtreecommitdiff
path: root/www/w3m
diff options
context:
space:
mode:
authorjwise <jwise>2003-05-11 03:01:54 +0000
committerjwise <jwise>2003-05-11 03:01:54 +0000
commitcf780324f6278e121becd096a940d933bf49be90 (patch)
tree1ff896c8cdbfe4d140e4132470ae65c62a975868 /www/w3m
parent6a95f3976a81743febfda71df447538b73daadea (diff)
downloadpkgsrc-cf780324f6278e121becd096a940d933bf49be90.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.common4
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