diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-11-11 07:29:25 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-11-11 07:29:25 +0800 |
commit | fa103107ba89b6324e3e44920f91c9c9a6dcbaa3 (patch) | |
tree | e9727129908cc6ac51d0052c60c1cf4953f33e44 /devel | |
parent | 171ee3ad4d44d79e17dae975041a2230618e85ac (diff) | |
download | freebsd-ports-gnome-fa103107ba89b6324e3e44920f91c9c9a6dcbaa3.tar.gz freebsd-ports-gnome-fa103107ba89b6324e3e44920f91c9c9a6dcbaa3.tar.zst freebsd-ports-gnome-fa103107ba89b6324e3e44920f91c9c9a6dcbaa3.zip |
Let USE_GNOME be overridden by slave ports. Needed for comming changes to
dbus-sharp.
Approved by: pav
Diffstat (limited to 'devel')
-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 |