diff options
author | danfe <danfe@FreeBSD.org> | 2009-06-07 15:53:29 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2009-06-07 15:53:29 +0800 |
commit | b0c6e22a52fe76f21bbac137b47b6c94d0ef5c81 (patch) | |
tree | 48abad3258e60946b8937383ee15386f71efee2e /devel | |
parent | 79a60d7d592f4e15011b101b296c8834e16c8b41 (diff) | |
download | freebsd-ports-gnome-b0c6e22a52fe76f21bbac137b47b6c94d0ef5c81.tar.gz freebsd-ports-gnome-b0c6e22a52fe76f21bbac137b47b6c94d0ef5c81.tar.zst freebsd-ports-gnome-b0c6e22a52fe76f21bbac137b47b6c94d0ef5c81.zip |
- Mention that supported Gtk+ version is 1.2.x (legacy one)
- Reindent excessively long line while here
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libstroke/Makefile | 7 |
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> |