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/mod_dtcl/Makefile | |
parent | Drop a line which contain ^G in gv.man. (diff) |
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/mod_dtcl/Makefile')
-rw-r--r-- | www/mod_dtcl/Makefile | 4 |
1 files changed, 1 insertions, 3 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 |