aboutsummaryrefslogtreecommitdiff
path: root/x11/ggiterm
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-12-10 08:37:50 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-12-10 08:37:50 +0000
commit5c8c2c1591fc69cfe8cede3c11d0c4dffbf87a63 (patch)
tree5b045805ea009723a6707b2c54332ef82591ca29 /x11/ggiterm
parent065fc0f3bc0fc4115d2007b9cf8859c5098d44b3 (diff)
downloadports-5c8c2c1591fc69cfe8cede3c11d0c4dffbf87a63.tar.gz
ports-5c8c2c1591fc69cfe8cede3c11d0c4dffbf87a63.zip
- Augment configure patching
Submitted by: Antoine Brodin <antoine.brodin@laposte.net> Pointy hat to: pav
Notes
Notes: svn path=/head/; revision=123626
Diffstat (limited to 'x11/ggiterm')
-rw-r--r--x11/ggiterm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/ggiterm/Makefile b/x11/ggiterm/Makefile
index ffff3f148dfe..2c2c6ca799df 100644
--- a/x11/ggiterm/Makefile
+++ b/x11/ggiterm/Makefile
@@ -42,7 +42,7 @@ CONFIGURE_ARGS+=--without-freetype
MAN1= ggiterm.1
post-patch:
- @${REINPLACE_CMD} -e 's|-lggi|-lggi ${PTHREAD_LIBS}|' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|-lggi |-lggi ${PTHREAD_LIBS} |' ${WRKSRC}/configure
post-install:
.if !defined(NOPORTDOCS)