diff options
author | marcus <marcus@FreeBSD.org> | 2006-03-29 14:49:42 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2006-03-29 14:49:42 +0800 |
commit | 9a2d4ae5dd50e5090facb151f66cdcc268846194 (patch) | |
tree | 7e5026bce0717963ae6b1a5648f6b94e781fe319 /x11-toolkits/bakery/Makefile | |
parent | e35c87bafc228c1282ecea5c60ab76830b3ae230 (diff) | |
download | freebsd-ports-gnome-9a2d4ae5dd50e5090facb151f66cdcc268846194.tar.gz freebsd-ports-gnome-9a2d4ae5dd50e5090facb151f66cdcc268846194.tar.zst freebsd-ports-gnome-9a2d4ae5dd50e5090facb151f66cdcc268846194.zip |
Update to 2.4.0.
Diffstat (limited to 'x11-toolkits/bakery/Makefile')
-rw-r--r-- | x11-toolkits/bakery/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/bakery/Makefile b/x11-toolkits/bakery/Makefile index 125308011599..8421a93d468d 100644 --- a/x11-toolkits/bakery/Makefile +++ b/x11-toolkits/bakery/Makefile @@ -6,10 +6,10 @@ # PORTNAME= bakery -PORTVERSION= 2.3.18 +PORTVERSION= 2.4.0 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.3 +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.4 MAINTAINER= gnome@FreeBSD.org COMMENT= A C++ Application Framework for use with Gtkmm @@ -29,7 +29,7 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB= VERSION="2.3" API_VERSION="2.4" +PLIST_SUB= VERSION="2.4" API_VERSION="2.4" post-patch: @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \ |