diff options
author | antoine <antoine@FreeBSD.org> | 2014-02-22 17:20:03 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-02-22 17:20:03 +0800 |
commit | 636fb19df23ee05d9b066626e354e0fda68f36cf (patch) | |
tree | 55d166c8bfaac7aa8449a5d41a2fd5b163c9d7b3 /www | |
parent | 591a1cdf4f9f6d56ef8fda1e6fc14f35e3a4a34a (diff) | |
download | freebsd-ports-gnome-636fb19df23ee05d9b066626e354e0fda68f36cf.tar.gz freebsd-ports-gnome-636fb19df23ee05d9b066626e354e0fda68f36cf.tar.zst freebsd-ports-gnome-636fb19df23ee05d9b066626e354e0fda68f36cf.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 |