summaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-08 00:40:42 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-08 00:40:42 +0800
commit6cbc27fd9d975b2837c00cff91111c242301f1bd (patch)
treefb6fe7f7fca0e772c04f1beff80f796b2145205a /devel
parent713a4566ae6311de2963648d5d0db41f70db4347 (diff)
downloadmarcuscom-ports-6cbc27fd9d975b2837c00cff91111c242301f1bd.tar
marcuscom-ports-6cbc27fd9d975b2837c00cff91111c242301f1bd.tar.gz
marcuscom-ports-6cbc27fd9d975b2837c00cff91111c242301f1bd.tar.bz2
marcuscom-ports-6cbc27fd9d975b2837c00cff91111c242301f1bd.tar.lz
marcuscom-ports-6cbc27fd9d975b2837c00cff91111c242301f1bd.tar.xz
marcuscom-ports-6cbc27fd9d975b2837c00cff91111c242301f1bd.tar.zst
marcuscom-ports-6cbc27fd9d975b2837c00cff91111c242301f1bd.zip
Forgot to add WANT_GNOME to fix the plist.
pointyhat to me. ;-) git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7614 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r--devel/glade3/Makefile5
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" \