summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-07-29 19:16:39 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-07-29 19:16:39 +0000
commit781dd14cde06f85bd8e305a34d002ff3ecb3851f (patch)
tree6f0af22f04404feedf419d757f05fe0b256140c0 /x11-toolkits
parent- Update to 0.06 (diff)
Retire obsolete PARALLEL_PACKAGE_BUILD in favour of PACKAGE_BUILDING.
Notes
Notes: svn path=/head/; revision=196627
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/rep-gtk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/rep-gtk/Makefile b/x11-toolkits/rep-gtk/Makefile
index 4762820c2a10..f08af281be74 100644
--- a/x11-toolkits/rep-gtk/Makefile
+++ b/x11-toolkits/rep-gtk/Makefile
@@ -28,7 +28,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
-.if defined(PACKAGE_BUILDING) || defined(PARALLEL_PACKAGE_BUILD)
+.if defined(PACKAGE_BUILDING)
.undef WITHOUT_GNOME
.undef WITHOUT_ALL
WITH_GNOME= yes