diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-09-30 06:52:45 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-09-30 06:52:45 +0000 |
commit | fbffd043245fd66d36204592b6d1f8fad3702424 (patch) | |
tree | b532dfee7a92cf772382bc861526ca8c440d4b05 /x11-toolkits/gtkmm30/Makefile | |
parent | cc3a6a763fcb72d573c3baa0ec08ed5659c4d402 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/gtkmm30/Makefile')
-rw-r--r-- | x11-toolkits/gtkmm30/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/gtkmm30/Makefile b/x11-toolkits/gtkmm30/Makefile index 8c33b7cfdf01..bb307e661916 100644 --- a/x11-toolkits/gtkmm30/Makefile +++ b/x11-toolkits/gtkmm30/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtkmm PORTVERSION= 2.2.8 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME} \ ${MASTER_SITE_SOURCEFORGE} @@ -29,7 +30,6 @@ INSTALLS_SHLIB= yes USE_REINPLACE= yes USE_GNOME= gnomehack gtk20 CONFIGURE_ARGS= --enable-static=yes \ - --without-gnome \ --with-sigc-prefix=${LOCALBASE} .if defined(WITH_EXAMPLES) @@ -39,6 +39,8 @@ PLIST_SUB+= EXAMPLES="@comment " .endif post-patch: + @${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \ + ${WRKSRC}/Makefile.in .if !defined(WITH_EXAMPLES) @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ ${WRKSRC}/Makefile.in |