diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-12 10:39:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-03-12 10:39:38 +0000 |
commit | 190418a078b1eb7ea3c5d38a08bdab3cbd422086 (patch) | |
tree | bb336ccecde7052d26d3d8d8c97238744a373aad /x11-toolkits/eel/Makefile | |
parent | 6b0c40606cac591d75b88d05c7276bd16c369035 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/eel/Makefile')
-rw-r--r-- | x11-toolkits/eel/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/x11-toolkits/eel/Makefile b/x11-toolkits/eel/Makefile index c6650ed0abba..5a1d65aab4ff 100644 --- a/x11-toolkits/eel/Makefile +++ b/x11-toolkits/eel/Makefile @@ -6,10 +6,10 @@ # PORTNAME= eel -PORTVERSION= 2.8.2 +PORTVERSION= 2.10.0 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.8 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org @@ -18,7 +18,8 @@ COMMENT= Generally useful classes and extensions to GNOME USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomehier gnomevfs2 gail libgnomeui +GNOME_DESKTOP_VERSION=2 +USE_GNOME= gnomeprefix gnomehack gail gnomedesktop gnomemenus USE_LIBTOOL_VER=15 USE_REINPLACE= yes INSTALLS_SHLIB= yes |