diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-10-23 16:11:15 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-10-23 16:11:15 +0000 |
commit | 641da8af5457eb98461daed740e8c7192159b51a (patch) | |
tree | 0ece328c702676122e678842d6bf57018c299413 /www | |
parent | 188a60eb7ef59340e1ed97c98307961952891c58 (diff) | |
download | freebsd-ports-641da8af5457eb98461daed740e8c7192159b51a.zip |
Upgrade to the 0.12.0 [1]. Unbreak by not defining LDFLAGS as LDADD [2].
Why was I doing it before I don't remember...
PR: 44156 [1]
Submitted by: Liu Kang [1]
Hinted by: bde [2]
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_dtcl/Makefile | 4 | ||||
-rw-r--r-- | www/mod_dtcl/distinfo | 2 | ||||
-rw-r--r-- | www/mod_dtcl/files/Makefile.bsd | 1 |
3 files changed, 2 insertions, 5 deletions
diff --git a/www/mod_dtcl/Makefile b/www/mod_dtcl/Makefile index 2d5ebe059e5b..2f6962749d23 100644 --- a/www/mod_dtcl/Makefile +++ b/www/mod_dtcl/Makefile @@ -6,14 +6,12 @@ # PORTNAME= mod_dtcl -PORTVERSION= 0.11.5 +PORTVERSION= 0.12.0 CATEGORIES= www tcl83 MASTER_SITES= http://tcl.apache.org/mod_dtcl/download/ MAINTAINER= mi@aldan.algebra.com -BROKEN= "Does not compile" - BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 diff --git a/www/mod_dtcl/distinfo b/www/mod_dtcl/distinfo index 46a5bb44dc3a..2d3e2ff2a85a 100644 --- a/www/mod_dtcl/distinfo +++ b/www/mod_dtcl/distinfo @@ -1 +1 @@ -MD5 (mod_dtcl-0.11.5.tar.gz) = 2761fa569d6f0b48331968d8aba494aa +MD5 (mod_dtcl-0.12.0.tar.gz) = 960bb4a57412e60425b99889e13712e2 diff --git a/www/mod_dtcl/files/Makefile.bsd b/www/mod_dtcl/files/Makefile.bsd index 499162efa819..490cfbb885d1 100644 --- a/www/mod_dtcl/files/Makefile.bsd +++ b/www/mod_dtcl/files/Makefile.bsd @@ -14,7 +14,6 @@ CFLAGS+= ${INCLUDES} -DDTCL_VERSION="\"${DTCL_VERSION}\"" SHLIB_NAME= libmod_dtcl.so.1 LDADD= -L${PREFIX}/lib -ltcl${TCL_NDVER} -lm -LDFLAGS=${LDADD} SRCS= mod_dtcl.c SRCS+= apache_cookie.c apache_multipart_buffer.c apache_request.c \ |