aboutsummaryrefslogtreecommitdiff
path: root/devel/libstroke
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2009-06-07 07:53:29 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2009-06-07 07:53:29 +0000
commitefff00f490400e88869350e9227694ffc54f09a1 (patch)
tree27f919edb254b3a3c578ebe2f2757bd169758787 /devel/libstroke
parent0ca74c3abcb27b66e25de5b80cf7b3afe5aba646 (diff)
downloadports-efff00f490400e88869350e9227694ffc54f09a1.tar.gz
ports-efff00f490400e88869350e9227694ffc54f09a1.zip
Notes
Diffstat (limited to 'devel/libstroke')
-rw-r--r--devel/libstroke/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile
index 45a50f226244..f59dfee372c6 100644
--- a/devel/libstroke/Makefile
+++ b/devel/libstroke/Makefile
@@ -20,7 +20,7 @@ USE_AUTOTOOLS= libtool:15
WANT_GNOME= yes
USE_LDCONFIG= yes
-OPTIONS= GTK "Build with Gtk+/GNOME stroke support" off
+OPTIONS= GTK "Build with legacy Gtk+/GNOME stroke support" off
.include <bsd.port.pre.mk>
@@ -32,7 +32,8 @@ PLIST_SUB+= GS="@comment "
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
- ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e \
+ 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
+ ${WRKSRC}/configure
.include <bsd.port.post.mk>