aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fox17/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2012-01-03 09:45:07 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2012-01-03 09:45:07 +0000
commite1e2dde8faec59afb5a2b527f1ec93f99a8b73dd (patch)
tree5beac1278b5817ce591ab12c1b5f9802352a3e4e /x11-toolkits/fox17/Makefile
parent40caa8a9d99f74e4d70da23cc5678cfe059f1f66 (diff)
downloadports-e1e2dde8faec59afb5a2b527f1ec93f99a8b73dd.tar.gz
ports-e1e2dde8faec59afb5a2b527f1ec93f99a8b73dd.zip
Notes
Diffstat (limited to 'x11-toolkits/fox17/Makefile')
-rw-r--r--x11-toolkits/fox17/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile
index 64069f118476..1374c03be126 100644
--- a/x11-toolkits/fox17/Makefile
+++ b/x11-toolkits/fox17/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= fox
-PORTVERSION= 1.7.30
+PORTVERSION= 1.7.31
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.fox-toolkit.org/ftp/ \
ftp://ftp.fox-toolkit.org/pub/
@@ -50,7 +50,7 @@ BROKEN= Does not link on powerpc
.endif
post-patch:
- ${REINPLACE_CMD} -e '/^Libs:/s|$$| ${PTHREAD_LIBS}|' ${WRKSRC}/fox17.pc.in
+ ${REINPLACE_CMD} -e '/^Libs:/s|$$| ${PTHREAD_LIBS}|; s|"||g' ${WRKSRC}/fox17.pc.in
.if defined(NOPORTDOCS)
${REINPLACE_CMD} -e '/^SUBDIRS/s/ doc//' ${WRKSRC}/Makefile.am ${WRKSRC}/Makefile.in
.endif