mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Attempt to unbreak, for it should work with now... Can't test for sure
without an 8.x system of my own. Set USE_TCL to 83+ instead of "yes" (which means simply 8.5).
This commit is contained in:
parent
ddaa23e585
commit
ab9639e204
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245436
@ -15,8 +15,7 @@ MAINTAINER= mi@aldan.algebra.com
|
||||
COMMENT= Embeds a TCL8 interpreter in the Apache server
|
||||
|
||||
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
|
||||
USE_TCL= yes
|
||||
USE_TCL_BUILD= yes
|
||||
USE_TCL= 83+
|
||||
|
||||
WRKSRC= ${WRKDIR}/mod_dtcl
|
||||
MAKEFILE= ${FILESDIR}/Makefile.bsd
|
||||
@ -25,10 +24,6 @@ MAKE_ENV+= TCL_VERSION=${TCL_VER}
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800000
|
||||
BROKEN= does not compile on 8.X
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/libmod_dtcl.so.1* \
|
||||
${PREFIX}/libexec/apache/mod_dtcl.so
|
||||
|
Loading…
Reference in New Issue
Block a user