diff options
-rw-r--r-- | devel/dbus-tcl/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/devel/dbus-tcl/Makefile b/devel/dbus-tcl/Makefile index 234ae46dc447..716011fae3f0 100644 --- a/devel/dbus-tcl/Makefile +++ b/devel/dbus-tcl/Makefile @@ -13,6 +13,7 @@ COMMENT= Tcl interface to the D-Bus messaging system LICENSE= ISCL LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus +BUILD_DEPENDS= dtplite:${PORTSDIR}/devel/tcllib OPTIONS_DEFINE= DOCS DOCSDIR= ${PREFIX}/share/doc/dbus @@ -27,12 +28,6 @@ PLIST_FILES= lib/dbus/libdbus21.so.1 \ lib/dbus/pkgIndex.tcl \ man/mann/dbus.n.gz -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -BUILD_DEPENDS= dtplite:${PORTSDIR}/devel/tcllib -.endif - post-patch: ${REINPLACE_CMD} -e '/^INSTALL_PROGRAM/s|$$| -s|' \ ${WRKSRC}/Makefile.in |