diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/glade3/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/glade3/Makefile b/devel/glade3/Makefile index de74f9ecc..7f7170a85 100644 --- a/devel/glade3/Makefile +++ b/devel/glade3/Makefile @@ -3,12 +3,12 @@ # Whom: Koop Mast <kwm@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/devel/glade3/Makefile,v 1.17 2006/10/02 04:52:51 bland Exp $ +# $MCom: ports/devel/glade3/Makefile,v 1.18 2006/10/05 05:58:42 mezz Exp $ # PORTNAME= glade3 PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -22,6 +22,7 @@ USE_XLIB= yes USE_BZIP2= yes USE_GMAKE= yes USE_GNOME= gnometarget gtk20 libxml2 gnomeprefix gnomehack +WANT_GNOME= yes USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ |