aboutsummaryrefslogtreecommitdiffstats
path: root/devel/tcllib
diff options
context:
space:
mode:
authormi <mi@FreeBSD.org>2015-06-05 21:39:23 +0800
committermi <mi@FreeBSD.org>2015-06-05 21:39:23 +0800
commit18036f86d0ed20a307ce5a19bec99d32e2fd7429 (patch)
treeb7bbb329d5fd1b7c0b7cea18aa80e506ff9aa189 /devel/tcllib
parent43b0245f625d76dfc4ade7a388c5911bbd5e6e2f (diff)
downloadfreebsd-ports-gnome-18036f86d0ed20a307ce5a19bec99d32e2fd7429.tar.gz
freebsd-ports-gnome-18036f86d0ed20a307ce5a19bec99d32e2fd7429.tar.zst
freebsd-ports-gnome-18036f86d0ed20a307ce5a19bec99d32e2fd7429.zip
Minor follow-ups on the last commit separating pure-Tcl and compiled
pieces of tcllib: * make the compiled child-port RUN_DEPEND on the master -- it is not useful without it. * disable OPTIONS, when building the child-port -- they aren't meaningful there Pointed out by: gahr
Diffstat (limited to 'devel/tcllib')
-rw-r--r--devel/tcllib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/tcllib/Makefile b/devel/tcllib/Makefile
index 847b5965bfa9..4eb898ec627b 100644
--- a/devel/tcllib/Makefile
+++ b/devel/tcllib/Makefile
@@ -16,7 +16,7 @@ LICENSE_NAME= Tcl/Tk License
LICENSE_FILE= ${WRKSRC}/license.terms
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-OPTIONS_DEFINE= DOCS MANPAGES
+OPTIONS_DEFINE?=DOCS MANPAGES
WRKSRC= ${WRKDIR}/tcllib-tcllib_${DISTVERSION}
USES+= tcl