diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-11-10 23:29:25 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-11-10 23:29:25 +0000 |
commit | 49cdb0be33453345d4d530b55975f6360a21eac9 (patch) | |
tree | 4100acea1b1778f188167efb011b50f4b4981969 /devel/dbus | |
parent | [1] Upgrade to 1.71.1. (diff) |
Let USE_GNOME be overridden by slave ports. Needed for comming changes to
dbus-sharp.
Approved by: pav
Notes
Notes:
svn path=/head/; revision=177045
Diffstat (limited to 'devel/dbus')
-rw-r--r-- | devel/dbus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index 631715afdd26..9178ce105ac1 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -16,7 +16,7 @@ COMMENT= A message bus system for inter-application communication LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 -USE_GNOME= gnomehack gnometarget libxml2 ltverhack +USE_GNOME?= gnomehack gnometarget libxml2 ltverhack USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes |