diff options
author | mezz <mezz@FreeBSD.org> | 2008-04-08 05:23:01 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2008-04-08 05:23:01 +0800 |
commit | c2fa66a94a6c95364aa2e3ba2c85b55ab2d7505b (patch) | |
tree | e2f202c7947a81ef49b81ad8cab25f8521430baf /x11-toolkits/bakery/Makefile | |
parent | 29cdd2af6d4d654f1551282f69cddc787298a30b (diff) | |
download | freebsd-ports-gnome-c2fa66a94a6c95364aa2e3ba2c85b55ab2d7505b.tar.gz freebsd-ports-gnome-c2fa66a94a6c95364aa2e3ba2c85b55ab2d7505b.tar.zst freebsd-ports-gnome-c2fa66a94a6c95364aa2e3ba2c85b55ab2d7505b.zip |
-Update to 2.4.4.
-Remove USE_XLIB and USE_GCC=3.4+.
Diffstat (limited to 'x11-toolkits/bakery/Makefile')
-rw-r--r-- | x11-toolkits/bakery/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/x11-toolkits/bakery/Makefile b/x11-toolkits/bakery/Makefile index edfbf0e4d959..fa14b4fa3703 100644 --- a/x11-toolkits/bakery/Makefile +++ b/x11-toolkits/bakery/Makefile @@ -7,11 +7,9 @@ # PORTNAME= bakery -PORTVERSION= 2.4.3 -PORTREVISION= 1 +PORTVERSION= 2.4.4 CATEGORIES= x11-toolkits gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.4 +MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= A C++ Application Framework for use with Gtkmm @@ -21,12 +19,10 @@ LIB_DEPENDS= gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 \ gnomevfsmm-2.6:${PORTSDIR}/devel/gnome-vfsmm \ xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26 -USE_GNOME= gnomehack gnomeprefix gnometarget intltool ltverhack +USE_GNOME= gnomehack gnomeprefix gnometarget intlhack ltverhack USE_BZIP2= yes USE_GMAKE= yes -USE_GCC= 3.4+ USE_GETTEXT= yes -USE_XLIB= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |