diff options
author | pav <pav@FreeBSD.org> | 2011-04-25 04:36:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-04-25 04:36:49 +0800 |
commit | cbfdcdb3fda647f0f62efb5796b620e0b23c2216 (patch) | |
tree | 684480530c052e2b2daaa67e385eeec14f838897 /graphics | |
parent | b5d8511836e445ae065bef3d10c20385d49564e5 (diff) | |
download | freebsd-ports-gnome-cbfdcdb3fda647f0f62efb5796b620e0b23c2216.tar.gz freebsd-ports-gnome-cbfdcdb3fda647f0f62efb5796b620e0b23c2216.tar.zst freebsd-ports-gnome-cbfdcdb3fda647f0f62efb5796b620e0b23c2216.zip |
- Mark BROKEN: does not build with new netpbm
Reported by: pointyhat
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/long-exposure-tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/long-exposure-tools/Makefile b/graphics/long-exposure-tools/Makefile index 7a0a9023a733..36bc86296e8b 100644 --- a/graphics/long-exposure-tools/Makefile +++ b/graphics/long-exposure-tools/Makefile @@ -18,6 +18,8 @@ COMMENT= Simulate the effects of long exposures LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm +BROKEN= does not build with new netpbm + PLIST_FILES= bin/pamblend bin/pamalign MAN1= pamblend.1 pamalign.1 |