aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gnome-panel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-07-30 03:16:39 +0800
committerkris <kris@FreeBSD.org>2007-07-30 03:16:39 +0800
commit336c549296b5322a91caba543ad80002c5613ed7 (patch)
treefb3e0e76fd6f405ea3f18c05ca73881f65e7ce58 /x11/gnome-panel
parent47280ee02a23a6b74262d42c028cebb3d5b6d185 (diff)
downloadfreebsd-ports-gnome-336c549296b5322a91caba543ad80002c5613ed7.tar.gz
freebsd-ports-gnome-336c549296b5322a91caba543ad80002c5613ed7.tar.zst
freebsd-ports-gnome-336c549296b5322a91caba543ad80002c5613ed7.zip
Retire obsolete PARALLEL_PACKAGE_BUILD in favour of PACKAGE_BUILDING.
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r--x11/gnome-panel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile
index bb8170448701..ad6f6de021a0 100644
--- a/x11/gnome-panel/Makefile
+++ b/x11/gnome-panel/Makefile
@@ -46,7 +46,7 @@ GCONF_SCHEMAS= clock.schemas fish.schemas \
OPTIONS= EVOLUTION "use the Evolution calendar if installed" on
-.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
+.if defined(PACKAGE_BUILDING)
.undef WITHOUT_GNOME
WITH_GNOME= yes
.endif