diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-28 10:30:36 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-01-28 10:30:36 +0800 |
commit | d93fcd7bf0d1797de6618a0433d17f64fa254ce3 (patch) | |
tree | 22eba82e25536fb6968c9cf566f150f6bcaf8371 /x11/gnome-menus/Makefile | |
parent | c4fac59b7f727c791572b2cad6cccb646a2297bf (diff) | |
download | marcuscom-ports-d93fcd7bf0d1797de6618a0433d17f64fa254ce3.tar marcuscom-ports-d93fcd7bf0d1797de6618a0433d17f64fa254ce3.tar.gz marcuscom-ports-d93fcd7bf0d1797de6618a0433d17f64fa254ce3.tar.bz2 marcuscom-ports-d93fcd7bf0d1797de6618a0433d17f64fa254ce3.tar.lz marcuscom-ports-d93fcd7bf0d1797de6618a0433d17f64fa254ce3.tar.xz marcuscom-ports-d93fcd7bf0d1797de6618a0433d17f64fa254ce3.tar.zst marcuscom-ports-d93fcd7bf0d1797de6618a0433d17f64fa254ce3.zip |
- Update to 2.21.90.
- Fix the dependency, it doesn't need gnome-vfs for long time. Replace it to
glib20 for gio. Also, remove USE_XLIB. I will let tinderbox to find out if
it actually needs xlib.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10239 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-menus/Makefile')
-rw-r--r-- | x11/gnome-menus/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile index 77b581ca6..6370e1014 100644 --- a/x11/gnome-menus/Makefile +++ b/x11/gnome-menus/Makefile @@ -3,12 +3,11 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-menus/Makefile,v 1.68 2008/01/15 02:53:59 mezz Exp $ +# $MCom: ports/x11/gnome-menus/Makefile,v 1.69 2008/01/15 07:29:06 marcus Exp $ # PORTNAME= gnome-menus -PORTVERSION= 2.21.5 -PORTREVISION= 1 +PORTVERSION= 2.21.90 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -19,9 +18,8 @@ COMMENT= Implementation of the FreeDesktop Desktop Menu Spec USE_GETTEXT= yes USE_BZIP2= yes -USE_XLIB= yes USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack gnomevfs2 ltverhack +USE_GNOME= gnomeprefix gnomehack intlhack glib20 ltverhack USE_AUTOTOOLS= libtool:15 USE_PYTHON= yes USE_LDCONFIG= yes |