diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-25 22:09:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-11-25 22:09:53 +0000 |
commit | dc5dd31002e61348ab7327575b7899b0b85f09dc (patch) | |
tree | b97ac054ddbeeebe3b6e5799cb4b8497512bf188 /x11/gnome-panel | |
parent | df6cdc87a3bcdb726c7585a49e841b07098608d3 (diff) | |
download | ports-dc5dd31002e61348ab7327575b7899b0b85f09dc.tar.gz ports-dc5dd31002e61348ab7327575b7899b0b85f09dc.zip |
Notes
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r-- | x11/gnome-panel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 26d2ecf2e5cd..84f389365c37 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomepanel PORTVERSION= 2.8.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/2.8 @@ -40,13 +40,13 @@ GCONF_SCHEMAS= clock.schemas fish.schemas gnome-panel-screenshot.schemas \ panel-toplevel.schemas window-list.schemas \ workspace-switcher.schemas -.include <bsd.port.pre.mk> - .if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD) .undef WITHOUT_GNOME WITH_GNOME= yes .endif +.include <bsd.port.pre.mk> + .if ${HAVE_GNOME:Mevolutiondataserver}!="" USE_GNOME+= evolutiondataserver CONFIGURE_ARGS+=--enable-eds |