summaryrefslogtreecommitdiff
path: root/Mk/bsd.gnome.mk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-05 06:12:02 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-04-05 06:12:02 +0000
commit3d5442acf2d6368f55d7eca84312c67fee1a585a (patch)
tree744ef7bd3f7b21c16ac5eb82d3707cbb85582b9b /Mk/bsd.gnome.mk
parentChase libxine shared lib version. (diff)
Move some of the USE_* compatability macros outside of the
if defined(USE_GNOME) check as those macros will not exist if USE_GNOME is defined. Reported by: bento c/o kris
Notes
Notes: svn path=/head/; revision=78255
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r--Mk/bsd.gnome.mk15
1 files changed, 8 insertions, 7 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index b4c9b283b7c6..5056f2891bab 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -431,13 +431,6 @@ HAVE_GNOME+= ${component}
.if defined(_POSTMKINCLUDED)
-# Hack USE_GNOME to the modular nfrastructure for port mataintainers that
-# didn't do so themselves. This will allow us to get rid of the old
-# GNOME porting infrastructure more quickly.
-.if defined(USE_GNOME)
-. if ${USE_GNOME}=="yes"
-USE_GNOME=gnomeprefix gnomehack gtkhtml libpanel
-. endif
.if defined(USE_GTK)
USE_GNOME= gtk12
.endif
@@ -454,6 +447,14 @@ USE_GNOME= glib12
USE_GNOME= gnomeprefix gnomehack libcapplet
.endif
+# Hack USE_GNOME to the modular nfrastructure for port mataintainers that
+# didn't do so themselves. This will allow us to get rid of the old
+# GNOME porting infrastructure more quickly.
+.if defined(USE_GNOME)
+. if ${USE_GNOME}=="yes"
+USE_GNOME=gnomeprefix gnomehack gtkhtml libpanel
+. endif
+
# Set a reasonable (overrideable) configure target for GNOME apps.
CONFIGURE_TARGET?= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}