aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gtkmm24/Makefile
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2003-09-30 06:52:45 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2003-09-30 06:52:45 +0000
commitfbffd043245fd66d36204592b6d1f8fad3702424 (patch)
treeb532dfee7a92cf772382bc861526ca8c440d4b05 /x11-toolkits/gtkmm24/Makefile
parentcc3a6a763fcb72d573c3baa0ec08ed5659c4d402 (diff)
downloadports-fbffd043245fd66d36204592b6d1f8fad3702424.tar.gz
ports-fbffd043245fd66d36204592b6d1f8fad3702424.zip
- Remove obsolete --without-gnome option.
- Exclude tests/ from build and packaging.
Notes
Notes: svn path=/head/; revision=89874
Diffstat (limited to 'x11-toolkits/gtkmm24/Makefile')
-rw-r--r--x11-toolkits/gtkmm24/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile
index 8c33b7cfdf01..bb307e661916 100644
--- a/x11-toolkits/gtkmm24/Makefile
+++ b/x11-toolkits/gtkmm24/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