diff options
author | marcus <marcus@FreeBSD.org> | 2004-03-11 05:10:03 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-03-11 05:10:03 +0000 |
commit | 41b2178bb0269d06f8abc23ed0e74eec39dd0bb8 (patch) | |
tree | 1285715eb064518a53c906760426b8640504f07e /x11-toolkits/libgail-gnome | |
parent | 10ada7dd8217292a8bd2bce1f1fe71f02f69bf61 (diff) | |
download | FreeBSD-ports-41b2178bb0269d06f8abc23ed0e74eec39dd0bb8.zip FreeBSD-ports-41b2178bb0269d06f8abc23ed0e74eec39dd0bb8.tar.gz |
Add a missing dependency on gnomepanel.
Reported by: GNOME Tinderbox
Diffstat (limited to 'x11-toolkits/libgail-gnome')
-rw-r--r-- | x11-toolkits/libgail-gnome/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/libgail-gnome/Makefile b/x11-toolkits/libgail-gnome/Makefile index 8cf26f4..d6097f6 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" |