diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-09-04 21:34:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-09-04 21:34:20 +0000 |
commit | 858b23ebb2c6193e57daad83262204ff405c40ba (patch) | |
tree | 2332dbacf57dbf9d7997b585dfb66de068b4ac23 | |
parent | 72a7dd970c80bbd2264fdf9733a4198141d88405 (diff) |
Notes
-rw-r--r-- | graphics/paintlib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/paintlib/Makefile b/graphics/paintlib/Makefile index b21255703b03..e964f27acdfe 100644 --- a/graphics/paintlib/Makefile +++ b/graphics/paintlib/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ tiff:${PORTSDIR}/graphics/tiff \ ungif:${PORTSDIR}/graphics/libungif +BROKEN= does not compile with new tiff + USE_AUTOTOOLS= libtool:22 USE_LDCONFIG= yes GNU_CONFIGURE= yes |