diff options
author | mi <mi@FreeBSD.org> | 2015-06-05 21:39:23 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2015-06-05 21:39:23 +0800 |
commit | 18036f86d0ed20a307ce5a19bec99d32e2fd7429 (patch) | |
tree | b7bbb329d5fd1b7c0b7cea18aa80e506ff9aa189 /devel/tcllib | |
parent | 43b0245f625d76dfc4ade7a388c5911bbd5e6e2f (diff) | |
download | freebsd-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/Makefile | 2 |
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 |