diff options
author | miwi <miwi@FreeBSD.org> | 2013-04-03 14:00:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-04-03 14:00:02 +0800 |
commit | 466d7dfc807500b56dd5db4597f79582cfdb88ea (patch) | |
tree | a80386cb3a9a097d53b92a51917156312dbc3c10 /databases | |
parent | 98fda8549638a79b1881fbe883d48983537f08c3 (diff) | |
download | freebsd-ports-gnome-466d7dfc807500b56dd5db4597f79582cfdb88ea.tar.gz freebsd-ports-gnome-466d7dfc807500b56dd5db4597f79582cfdb88ea.tar.zst freebsd-ports-gnome-466d7dfc807500b56dd5db4597f79582cfdb88ea.zip |
- Mark BROKEN fails to build
Oked by: glarkin
Approved by: portmgr
Diffstat (limited to 'databases')
-rw-r--r-- | databases/drizzle/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/drizzle/Makefile b/databases/drizzle/Makefile index cc527a603efd..dc59ff2d1063 100644 --- a/databases/drizzle/Makefile +++ b/databases/drizzle/Makefile @@ -18,6 +18,8 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= ${PREFIX}/lib/drizzle +BROKEN= fails to build + USE_ICONV= yes .if defined(MAINTAINER_MODE) |