diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-14 21:39:44 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-09-14 21:39:44 +0800 |
commit | be91f865574741312e9363c2d14527973a6f3ce8 (patch) | |
tree | 9cd65cb2509e131edfebf5889369c5ea1ea5e76d /devel/glade2/Makefile | |
parent | 5b87cff5199a838f9545389725dd480d1721ef5d (diff) | |
download | marcuscom-ports-be91f865574741312e9363c2d14527973a6f3ce8.tar marcuscom-ports-be91f865574741312e9363c2d14527973a6f3ce8.tar.gz marcuscom-ports-be91f865574741312e9363c2d14527973a6f3ce8.tar.bz2 marcuscom-ports-be91f865574741312e9363c2d14527973a6f3ce8.tar.lz marcuscom-ports-be91f865574741312e9363c2d14527973a6f3ce8.tar.xz marcuscom-ports-be91f865574741312e9363c2d14527973a6f3ce8.tar.zst marcuscom-ports-be91f865574741312e9363c2d14527973a6f3ce8.zip |
Update to 2.12.0. Reenable libgnomedb support.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4839 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glade2/Makefile')
-rw-r--r-- | devel/glade2/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/glade2/Makefile b/devel/glade2/Makefile index 06cfd7feb..4ba01bfe3 100644 --- a/devel/glade2/Makefile +++ b/devel/glade2/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glade2/Makefile,v 1.13 2005/07/06 05:37:28 marcus Exp $ +# $MCom: ports/devel/glade2/Makefile,v 1.14 2005/08/26 04:03:54 marcus Exp $ # PORTNAME= glade -PORTVERSION= 2.10.0 -PORTREVISION= 2 +PORTVERSION= 2.12.0 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -26,7 +25,7 @@ INSTALLS_OMF= yes USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomeprefix intlhack gnomehack libgnomedb libgnomeui USE_GMAKE= yes -#CONFIGURE_ARGS= --enable-gnome-db +CONFIGURE_ARGS= --enable-gnome-db CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |