diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-17 07:54:56 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-04-17 07:54:56 +0800 |
commit | 9eec19b1ba84d95b4f3adedbf1c1ba790e3a067f (patch) | |
tree | 7f8710839278e4a63075014cf0c4ade77cb2758a /x11/gnomepanel | |
parent | 4cbe7c684fae806813ce1692bf5995590d7b758e (diff) | |
download | marcuscom-ports-9eec19b1ba84d95b4f3adedbf1c1ba790e3a067f.tar marcuscom-ports-9eec19b1ba84d95b4f3adedbf1c1ba790e3a067f.tar.gz marcuscom-ports-9eec19b1ba84d95b4f3adedbf1c1ba790e3a067f.tar.bz2 marcuscom-ports-9eec19b1ba84d95b4f3adedbf1c1ba790e3a067f.tar.lz marcuscom-ports-9eec19b1ba84d95b4f3adedbf1c1ba790e3a067f.tar.xz marcuscom-ports-9eec19b1ba84d95b4f3adedbf1c1ba790e3a067f.tar.zst marcuscom-ports-9eec19b1ba84d95b4f3adedbf1c1ba790e3a067f.zip |
* Damn FootNotes lied to me. gnome-panel still requires libwnck. This may
just be a configure thing, but add it back as a dependency anyway [1]
* Remove ".0" from pkg-descr
Submitted by: Mezz bsdforums.org <reigncracks@hotmail.com>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@668 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomepanel')
-rw-r--r-- | x11/gnomepanel/Makefile | 5 | ||||
-rw-r--r-- | x11/gnomepanel/pkg-descr | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index 43428eaaf..31aea6184 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -7,6 +7,8 @@ PORTNAME= gnomepanel PORTVERSION= 2.3.0 +PORTREVISION= 1 +#PORTREVISION= 0 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/2.3 @@ -20,8 +22,7 @@ USE_BZIP2= yes INSTALLS_SHLIB= yes USE_X_PREFIX= yes USE_REINPLACE= yes -USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack gnomehier gnomedesktop +USE_GNOME= gnomeprefix gnomehack gnomehier gnomedesktop libwnck USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \ diff --git a/x11/gnomepanel/pkg-descr b/x11/gnomepanel/pkg-descr index 3abe6bcbf..5e7339891 100644 --- a/x11/gnomepanel/pkg-descr +++ b/x11/gnomepanel/pkg-descr @@ -1,3 +1,3 @@ -Panel component for the GNOME 2.0 Desktop. +Panel component for the GNOME 2 Desktop. WWW: http://www.gnome.org/ |