aboutsummaryrefslogtreecommitdiff
path: root/www/kompozer
diff options
context:
space:
mode:
authorMichael Johnson <ahze@FreeBSD.org>2005-10-27 00:41:05 +0000
committerMichael Johnson <ahze@FreeBSD.org>2005-10-27 00:41:05 +0000
commit7638efe61584ac221e5f7201a1ec0a3c28ae208b (patch)
treec7da020dd5ac7392cd360abfd847952957497de7 /www/kompozer
parent053cde28e69394f13edd3c3d1e0b808340bd01b4 (diff)
downloadports-7638efe61584ac221e5f7201a1ec0a3c28ae208b.tar.gz
ports-7638efe61584ac221e5f7201a1ec0a3c28ae208b.zip
Notes
Diffstat (limited to 'www/kompozer')
-rw-r--r--www/kompozer/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/kompozer/Makefile b/www/kompozer/Makefile
index 6459842be85d..9622c1d8aa94 100644
--- a/www/kompozer/Makefile
+++ b/www/kompozer/Makefile
@@ -81,7 +81,8 @@ post-patch:
@${ECHO_CMD} "ac_add_options --enable-optimize=-O2" >> ${WRKSRC}/.mozconfig
.endif
@${REINPLACE_CMD} -e 's|-lc_r|${PTHREAD_LIBS}|g ; \
- s|-lpthread|${PTHREAD_LIBS}|g' \
+ s|-lpthread|${PTHREAD_LIBS}|g; \
+ s|/usr/X11R6|${X11BASE}|g' \
${WRKSRC}/configure \
${WRKSRC}/nsprpub/configure
@${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g' \