diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-09 22:41:19 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-09 22:41:19 +0800 |
commit | 018c29885f3d6b7981d33101578b3264c7fcb3fa (patch) | |
tree | dcc2b6d35d4e411438870a9ce67f4f8742a5e7ef /x11-toolkits | |
parent | 289786f7480e1b60822699d437ca91c3a0eccb0b (diff) | |
download | freebsd-ports-gnome-018c29885f3d6b7981d33101578b3264c7fcb3fa.tar.gz freebsd-ports-gnome-018c29885f3d6b7981d33101578b3264c7fcb3fa.tar.zst freebsd-ports-gnome-018c29885f3d6b7981d33101578b3264c7fcb3fa.zip |
- Stage support
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtkmm24/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile index ef313ccf1fd5..8c0a971a29eb 100644 --- a/x11-toolkits/gtkmm24/Makefile +++ b/x11-toolkits/gtkmm24/Makefile @@ -31,7 +31,6 @@ CONFIGURE_ARGS= --disable-documentation \ PLIST_SUB= VERSION="2.4" API_VERSION="2.4" -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \ ${WRKSRC}/Makefile.in |