diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-02 04:48:06 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-02 04:48:06 +0800 |
commit | f00df680b67bc2a66aa7a82b74911afb863b2019 (patch) | |
tree | 040564719e52731d157a4494ff7a33aace9c3b20 /x11/gnome-panel | |
parent | 9d8ad8bf6ef3ec65a63aa0d815632125f3555307 (diff) | |
download | marcuscom-ports-f00df680b67bc2a66aa7a82b74911afb863b2019.tar marcuscom-ports-f00df680b67bc2a66aa7a82b74911afb863b2019.tar.gz marcuscom-ports-f00df680b67bc2a66aa7a82b74911afb863b2019.tar.bz2 marcuscom-ports-f00df680b67bc2a66aa7a82b74911afb863b2019.tar.lz marcuscom-ports-f00df680b67bc2a66aa7a82b74911afb863b2019.tar.xz marcuscom-ports-f00df680b67bc2a66aa7a82b74911afb863b2019.tar.zst marcuscom-ports-f00df680b67bc2a66aa7a82b74911afb863b2019.zip |
Remove the dependency on gnome-menu-editor now that alacarte is going to be
in GNOME 2.16.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7182 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index efe111791..9f98cc05d 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-panel/Makefile,v 1.134 2006/09/01 15:21:20 ahze Exp $ +# $MCom: ports/x11/gnome-panel/Makefile,v 1.135 2006/09/01 19:57:13 mezz Exp $ # PORTNAME= gnome-panel PORTVERSION= 2.15.92 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -21,8 +21,6 @@ USE_BZIP2= yes .if !defined(REFERENCE_PORT) -RUN_DEPENDS= gnome-menu-editor:${PORTSDIR}/deskutils/gnome-menu-editor - USE_GETTEXT= yes USE_XLIB= yes INSTALLS_OMF= yes |