diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-01-03 18:43:18 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-01-03 18:43:18 +0000 |
commit | 417eff8ffbb134c0eceb884c13aeecebbcdfbf2b (patch) | |
tree | a2cbd0524028e8dab67072808b343a9acf54ce58 /lang/tcl86/Makefile | |
parent | b557ec87bb860b1575ae5b0114ea8c037ca358f9 (diff) | |
download | ports-417eff8ffbb134c0eceb884c13aeecebbcdfbf2b.tar.gz ports-417eff8ffbb134c0eceb884c13aeecebbcdfbf2b.zip |
Notes
Diffstat (limited to 'lang/tcl86/Makefile')
-rw-r--r-- | lang/tcl86/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lang/tcl86/Makefile b/lang/tcl86/Makefile index 5f339e01da1b..053a928f093a 100644 --- a/lang/tcl86/Makefile +++ b/lang/tcl86/Makefile @@ -81,12 +81,6 @@ post-patch: s|@TCL_BUILD_STUB_LIB_PATH@|@TCL_STUB_LIB_PATH@|; \ s|@TCL_SRC_DIR@|${PREFIX}/include/tcl${TCL_VER}|' \ ${PATCH_WRKSRC}/unix/tclConfig.sh.in -# On FreeBSD 9, pkg-config --cflags tcl can't find zlib. -.if ${OSVERSION} < 1000000 - ${REINPLACE_CMD} -e \ - 's|Requires.private: zlib >= 1.2.3||' \ - ${PATCH_WRKSRC}/unix/tcl.pc.in -.endif post-patch-TCLMAN-off: @${FIND} ${PATCH_WRKSRC}/pkgs -name Makefile.in | ${XARGS} ${REINPLACE_CMD} \ |