diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-18 23:50:27 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-18 23:50:27 +0800 |
commit | a689115e5bd8001fc38bfac0a068c1f71a1116ee (patch) | |
tree | 5e84967d6c2b21f70b8e56839e56a61b913d0517 /net | |
parent | 04d9a674925555104b717d7b01bbf016cb227565 (diff) | |
download | freebsd-ports-gnome-a689115e5bd8001fc38bfac0a068c1f71a1116ee.tar.gz freebsd-ports-gnome-a689115e5bd8001fc38bfac0a068c1f71a1116ee.tar.zst freebsd-ports-gnome-a689115e5bd8001fc38bfac0a068c1f71a1116ee.zip |
Mark BROKEN: Fails to configure
===> Configuring for linknx-0.0.1.30_1
configure.ac:33: error: possibly undefined macro: AC_DEFINE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:88: error: possibly undefined macro: AC_MSG_RESULT
configure.ac:114: error: possibly undefined macro: AC_SUBST
*** [run-autotools-autoconf] Error code 1
Reported by: pkg-fallout
Diffstat (limited to 'net')
-rw-r--r-- | net/linknx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/linknx/Makefile b/net/linknx/Makefile index c64687f872f6..2274d3226078 100644 --- a/net/linknx/Makefile +++ b/net/linknx/Makefile @@ -12,6 +12,8 @@ COMMENT= Rule-based event handling in a KNX installation LICENSE= GPLv2 +BROKEN= Fails to configure + LIB_DEPENDS= libpthsem.so:${PORTSDIR}/devel/pthsem BUILD_DEPENDS= ${LOCALBASE}/lib/libargp.a:${PORTSDIR}/devel/argp-standalone |