summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-11 05:10:03 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-03-11 05:10:03 +0000
commit633601e6ec4430f10d6233fab89f127cd7dda17d (patch)
tree09e20822e0a29d8f35c39c5d2c024951d49c681a /x11-toolkits
parentUpdate to 1.0.6. (diff)
Add a missing dependency on gnomepanel.
Reported by: GNOME Tinderbox
Notes
Notes: svn path=/head/; revision=103604
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/libgail-gnome/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/libgail-gnome/Makefile b/x11-toolkits/libgail-gnome/Makefile
index 8cf26f40f1d7..d6097f68135c 100644
--- a/x11-toolkits/libgail-gnome/Makefile
+++ b/x11-toolkits/libgail-gnome/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libgail-gnome
PORTVERSION= 1.0.3
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
@@ -20,7 +21,8 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
-USE_GNOME= gnomeprefix gnomehack libgnomeui atspi
+GNOME_DESKTOP_VERSION=2
+USE_GNOME= gnomeprefix gnomehack gnomepanel atspi
CONFIGURE_ARGS= --enable-static
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"