Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 2015 15:53:47 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r395772 - head/devel/dbus-tcl
Message-ID:  <201509011553.t81FrlZ6072346@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509011553.t81FrlZ6072346>