diff options
Diffstat (limited to 'devel/dbus/Makefile')
-rw-r--r-- | devel/dbus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/dbus/Makefile b/devel/dbus/Makefile index ea507149aff3..661846f9b8d5 100644 --- a/devel/dbus/Makefile +++ b/devel/dbus/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ MAINTAINER= gnome@FreeBSD.org COMMENT= Message bus system for inter-application communication -LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libexpat.so:textproc/expat2 PORTSCOUT= limitw:1,even @@ -43,7 +43,7 @@ OPTIONS_DEFINE= MANPAGES X11 OPTIONS_DEFAULT=MANPAGES X11 X11_DESC= Support X11 Desktop Environments -MANPAGES_BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto +MANPAGES_BUILD_DEPENDS= xmlto:textproc/xmlto MANPAGES_CONFIGURE_ENABLE= xml-docs X11_USE= xorg=ice,sm,x11 X11_CONFIGURE_WITH= x |