diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2014-03-06 06:09:38 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2014-03-06 06:09:38 +0000 |
commit | 989f9303585d98594a738d194f12f0a6d731f941 (patch) | |
tree | 12f65e1574285a8866639450b78c238551f63af8 /www/mod_rivet/Makefile | |
parent | fb8c01cf1025f20543c5027055a7bf9f0ac8e694 (diff) | |
download | ports-989f9303585d98594a738d194f12f0a6d731f941.tar.gz ports-989f9303585d98594a738d194f12f0a6d731f941.zip |
Notes
Diffstat (limited to 'www/mod_rivet/Makefile')
-rw-r--r-- | www/mod_rivet/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/mod_rivet/Makefile b/www/mod_rivet/Makefile index f2cf41454480..a4122d7d8d68 100644 --- a/www/mod_rivet/Makefile +++ b/www/mod_rivet/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_rivet -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.4 CATEGORIES= www tcl MASTER_SITES= ${MASTER_SITE_APACHE} MASTER_SITE_SUBDIR= tcl/rivet @@ -11,14 +11,12 @@ DISTNAME= rivet-${PORTVERSION} MAINTAINER= cowbert@gmail.com COMMENT= Embeds a Tcl interpreter in the Apache server -BROKEN= Does not configure - LICENSE= APACHE20 LIB_DEPENDS= libitcl.so:${PORTSDIR}/lang/itcl USE_APACHE= 22+ -USE_AUTOTOOLS= aclocal automake +USE_AUTOTOOLS= aclocal automake libtool libtoolize USE_LDCONFIG= ${PREFIX}/lib/rivet USES+= gmake tcl:85+ |