diff options
author | erwin <erwin@FreeBSD.org> | 2012-02-28 17:54:36 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2012-02-28 17:54:36 +0800 |
commit | cab0c21ac428d5cdff4417bd33b728a6d5005a16 (patch) | |
tree | 2b879fa7ba321034751be6a32331416a3ef96654 /print | |
parent | 9ac405ac6db773f104764b4d754caaa48fc3edc5 (diff) | |
download | freebsd-ports-graphics-cab0c21ac428d5cdff4417bd33b728a6d5005a16.tar.gz freebsd-ports-graphics-cab0c21ac428d5cdff4417bd33b728a6d5005a16.tar.zst freebsd-ports-graphics-cab0c21ac428d5cdff4417bd33b728a6d5005a16.zip |
Mark BROKEN: does not build with giflib
Diffstat (limited to 'print')
-rw-r--r-- | print/gfontview/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/gfontview/Makefile b/print/gfontview/Makefile index ffd946115be..15228af16f8 100644 --- a/print/gfontview/Makefile +++ b/print/gfontview/Makefile @@ -18,6 +18,8 @@ COMMENT= An outline font viewer LIB_DEPENDS= t1.5:${PORTSDIR}/devel/t1lib \ gif.5:${PORTSDIR}/graphics/giflib +BROKEN= does not build with giflib + USE_GNOME= gnomehack gnomelibs gnomeprefix USE_FREETYPE= yes GNU_CONFIGURE= yes |