summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkmm24/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-22 11:45:29 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2006-08-22 11:45:29 +0800
commit7214b615d61ffb9484ed63c3d04990103f97d9c7 (patch)
treedd35e8d0b648d724bb1b2eb9a2421af810e0aa9c /x11-toolkits/gtkmm24/Makefile
parent0a52f864325f22562663c0a1e2d8951d0c87d0b4 (diff)
downloadmarcuscom-ports-7214b615d61ffb9484ed63c3d04990103f97d9c7.tar
marcuscom-ports-7214b615d61ffb9484ed63c3d04990103f97d9c7.tar.gz
marcuscom-ports-7214b615d61ffb9484ed63c3d04990103f97d9c7.tar.bz2
marcuscom-ports-7214b615d61ffb9484ed63c3d04990103f97d9c7.tar.lz
marcuscom-ports-7214b615d61ffb9484ed63c3d04990103f97d9c7.tar.xz
marcuscom-ports-7214b615d61ffb9484ed63c3d04990103f97d9c7.tar.zst
marcuscom-ports-7214b615d61ffb9484ed63c3d04990103f97d9c7.zip
Update to 2.10.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7116 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/gtkmm24/Makefile')
-rw-r--r--x11-toolkits/gtkmm24/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/x11-toolkits/gtkmm24/Makefile b/x11-toolkits/gtkmm24/Makefile
index d8b847c37..8527d7598 100644
--- a/x11-toolkits/gtkmm24/Makefile
+++ b/x11-toolkits/gtkmm24/Makefile
@@ -3,12 +3,12 @@
# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
#
# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtkmm24/Makefile,v 1.18 2006/08/21 05:15:15 ahze Exp $
+# $MCom: ports/x11-toolkits/gtkmm24/Makefile,v 1.19 2006/08/21 14:59:02 ahze Exp $
#
PORTNAME= gtkmm
-PORTVERSION= 2.10.0
-PORTREVISION?= 1
+PORTVERSION= 2.10.1
+PORTREVISION?= 0
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R}
@@ -44,6 +44,8 @@ PLIST_SUB= VERSION="2.4" API_VERSION="2.4"
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/tests//' \
${WRKSRC}/Makefile.in
+ @${REINPLACE_CMD} -e 's|demo[$$][(]EXEEXT[)]|gtkmm-demo$$(EXEEXT)|g' \
+ ${WRKSRC}/demos/gtk-demo/Makefile.in
.include <bsd.port.mk>