diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-18 06:49:37 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-18 06:49:37 +0000 |
commit | 9c0caae1c20155b432bb0feb074a8fd9cc1c12bc (patch) | |
tree | 534d0190982c831de589344c3003940ec6f2d6b1 /x11/gnome-panel/Makefile | |
parent | 27d17afba2c21f490ea8472d7aa37495e02e3ed8 (diff) | |
download | ports-9c0caae1c20155b432bb0feb074a8fd9cc1c12bc.tar.gz ports-9c0caae1c20155b432bb0feb074a8fd9cc1c12bc.zip |
Notes
Diffstat (limited to 'x11/gnome-panel/Makefile')
-rw-r--r-- | x11/gnome-panel/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index caa6e7f78e31..04ca2e79ad48 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -6,11 +6,10 @@ # PORTNAME= gnomepanel -PORTVERSION= 2.2.2.2 -PORTREVISION= 1 +PORTVERSION= 2.4.0 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-panel/2.2 +MASTER_SITE_SUBDIR= sources/gnome-panel/2.4 DISTNAME= gnome-panel-${PORTVERSION} DIST_SUBDIR= gnome2 @@ -21,7 +20,7 @@ USE_BZIP2= yes INSTALLS_SHLIB= yes USE_X_PREFIX= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack gnomehier libwnck gnomedesktop +USE_GNOME= gnomeprefix gnomehack gnomehier gnomedesktop libwnck GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes USE_LIBTOOL= yes |