svn commit: r395772 - head/devel/dbus-tcl

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Sep 1 15:53:48 UTC 2015


Author: amdmi3
Date: Tue Sep  1 15:53:47 2015
New Revision: 395772
URL: https://svnweb.freebsd.org/changeset/ports/395772

Log:
  - Fix build without DOCS: dtplite dependency is always used, build fails without it
  
  Approved by:	portmgr blanket

Modified:
  head/devel/dbus-tcl/Makefile

Modified: head/devel/dbus-tcl/Makefile
==============================================================================
--- head/devel/dbus-tcl/Makefile	Tue Sep  1 15:51:52 2015	(r395771)
+++ head/devel/dbus-tcl/Makefile	Tue Sep  1 15:53:47 2015	(r395772)
@@ -13,6 +13,7 @@ COMMENT=	Tcl interface to the D-Bus mess
 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


More information about the svn-ports-head mailing list