summaryrefslogtreecommitdiffstats
path: root/www/w3m/Makefile
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2004-05-27 14:18:32 +0000
committernobutaka <nobutaka@FreeBSD.org>2004-05-27 14:18:32 +0000
commitdd3b2882b2ea20d0f5ab7d31c7a447b0a74cb1c5 (patch)
treeac68cd26df641e9b96848154d9391059d3a1d99c /www/w3m/Makefile
parent3b347191d9111d69ca03a20b16d9c0273ac4d794 (diff)
downloadFreeBSD-ports-dd3b2882b2ea20d0f5ab7d31c7a447b0a74cb1c5.zip
FreeBSD-ports-dd3b2882b2ea20d0f5ab7d31c7a447b0a74cb1c5.tar.gz
Update to 0.5.1.
Use PTHREAD_CFLAGS and PTHREAD_LIBS for boehm-gc with thread support.
Diffstat (limited to 'www/w3m/Makefile')
-rw-r--r--www/w3m/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/w3m/Makefile b/www/w3m/Makefile
index 93c111c..76bdb88 100644
--- a/www/w3m/Makefile
+++ b/www/w3m/Makefile
@@ -17,12 +17,13 @@ COMMENT?= A pager/text-based WWW browser
LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc
-W3M_VERSION= 0.5
+W3M_VERSION= 0.5.1
GNU_CONFIGURE= yes
USE_REINPLACE= yes
-CONFIGURE_ENV= DEFS="-I${LOCALBASE}/include"
+CONFIGURE_ENV= DEFS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LIBS="${LIBS} ${PTHREAD_LIBS}"
MAN1= w3m.1 w3mman.1
MANLANG= "" ja
OpenPOWER on IntegriCloud