diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-22 09:20:03 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-22 09:20:03 +0000 |
commit | b59a04e94cf8dc33d19be3695e0c22ef857e0ebf (patch) | |
tree | 55d166c8bfaac7aa8449a5d41a2fd5b163c9d7b3 /www | |
parent | c3ba4971e69a27097f346187bd9b004857bd03ee (diff) | |
download | freebsd-ports-b59a04e94cf8dc33d19be3695e0c22ef857e0ebf.zip |
Mark broken: Does not configure
configure.ac:53: error: possibly undefined macro: AC_DISABLE_STATIC
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure:6086: error: possibly undefined macro: m4_ifval
configure:9277: error: possibly undefined macro: _LT_SET_OPTIONS
configure:9277: error: possibly undefined macro: LT_INIT
gmake: *** [configure] Error 1
*** Error code 1
Reported by: pkg-fallout since november 2013
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_rivet/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/mod_rivet/Makefile b/www/mod_rivet/Makefile index 629fdc276027..f2cf41454480 100644 --- a/www/mod_rivet/Makefile +++ b/www/mod_rivet/Makefile @@ -11,6 +11,8 @@ 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 |