diff options
author | lippe <lippe@FreeBSD.org> | 2008-06-19 02:36:46 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-06-19 02:36:46 +0800 |
commit | 3fa4921c156c6ac35002d9471fb730eae2e4e13e (patch) | |
tree | ec238393360e847711f3bd2723e79d1bddb67d63 /comms/libsyncml | |
parent | 7ab716d7a2be03839cb431f911476143e9cb1b90 (diff) | |
download | freebsd-ports-gnome-3fa4921c156c6ac35002d9471fb730eae2e4e13e.tar.gz freebsd-ports-gnome-3fa4921c156c6ac35002d9471fb730eae2e4e13e.tar.zst freebsd-ports-gnome-3fa4921c156c6ac35002d9471fb730eae2e4e13e.zip |
- Mark as BROKEN, does not compile.
Reported by: pav via pointyhat
Approved by: gabor (mentor, implicit)
Diffstat (limited to 'comms/libsyncml')
-rw-r--r-- | comms/libsyncml/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/libsyncml/Makefile b/comms/libsyncml/Makefile index cd2de58c4ac6..e8946218ebe1 100644 --- a/comms/libsyncml/Makefile +++ b/comms/libsyncml/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= wbxml2:${PORTSDIR}/textproc/wbxml2 \ openobex:${PORTSDIR}/comms/openobex \ soup-2.2.8:${PORTSDIR}/devel/libsoup22 +BROKEN= does not compile + USE_AUTOTOOLS= autoheader:261 automake:110 libtool:15 GNU_CONFIGURE= yes USE_BZIP2= yes |