summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-05-08 02:50:20 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2008-05-08 02:50:20 +0800
commitac820f50ac960e9469ee5fafbb486d8253a88488 (patch)
tree376a2d648a3cee7ce4b958f4e19dc3120fd0cedc /Mk
parent3de1eb44b458f0795ebd2785f4e8a1d09f2e9a87 (diff)
downloadmarcuscom-ports-ac820f50ac960e9469ee5fafbb486d8253a88488.tar
marcuscom-ports-ac820f50ac960e9469ee5fafbb486d8253a88488.tar.gz
marcuscom-ports-ac820f50ac960e9469ee5fafbb486d8253a88488.tar.bz2
marcuscom-ports-ac820f50ac960e9469ee5fafbb486d8253a88488.tar.lz
marcuscom-ports-ac820f50ac960e9469ee5fafbb486d8253a88488.tar.xz
marcuscom-ports-ac820f50ac960e9469ee5fafbb486d8253a88488.tar.zst
marcuscom-ports-ac820f50ac960e9469ee5fafbb486d8253a88488.zip
No longer need that band-aid patch for USE_X_PREFIX (X11BASE -> LOCALBASE).
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@10938 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.gnome.mk17
1 files changed, 1 insertions, 16 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index fa460c7f6..fea0de8ac 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -3,7 +3,7 @@
#
# $FreeBSD$
# $NetBSD: $
-# $MCom: ports/Mk/bsd.gnome.mk,v 1.453 2008/04/19 14:24:47 ahze Exp $
+# $MCom: ports/Mk/bsd.gnome.mk,v 1.454 2008/05/07 18:45:12 mezz Exp $
#
# Please view me with 4 column tabs!
@@ -108,9 +108,6 @@ gnomeprefix_CONFIGURE_ARGS=--localstatedir=${GNOME_LOCALSTATEDIR} \
--disable-gtk-doc \
--with-gconf-source=${GCONF_CONFIG_SOURCE}
gnomeprefix_USE_GNOME_IMPL=gnomehier
-.if !defined(WITHOUT_HACK)
-gnomeprefix_PREFIX=${LOCALBASE}
-.endif
gnometarget_CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@@ -738,18 +735,6 @@ LIB_DEPENDS+= ${${component}_LIB_DEPENDS}
RUN_DEPENDS+= ${${component}_RUN_DEPENDS}
. endif
-.if !defined(WITHOUT_HACK)
-.if defined(${component}_PREFIX)
-.if ${.MAKEFLAGS:MPREFIX=*}==""
-PREFIX= ${${component}_PREFIX}
-.endif
-.if defined(USE_X_PREFIX)
-.undef USE_X_PREFIX
-USE_XLIB= yes
-.endif
-.endif
-.endif
-
CONFIGURE_ARGS+=${${component}_CONFIGURE_ARGS}
CONFIGURE_ENV+= ${${component}_CONFIGURE_ENV}
MAKE_ENV+= ${${component}_MAKE_ENV}