diff options
author | Doug Barton <dougb@FreeBSD.org> | 2009-10-13 06:40:29 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2009-10-13 06:40:29 +0000 |
commit | 553a5148c866109fc0642147a14f0631bc05781d (patch) | |
tree | 38c7d90e6c7bd616f78d0ec853bbbf0fefb01673 | |
parent | 531428d00dacdc381ca7efa44e75285919bdf985 (diff) | |
download | ports-553a5148c866109fc0642147a14f0631bc05781d.tar.gz ports-553a5148c866109fc0642147a14f0631bc05781d.zip |
Notes
-rw-r--r-- | graphics/libafterimage/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/libafterimage/Makefile b/graphics/libafterimage/Makefile index 692d3e523df7..8b4a37182643 100644 --- a/graphics/libafterimage/Makefile +++ b/graphics/libafterimage/Makefile @@ -16,6 +16,8 @@ DISTNAME= libAfterImage-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Generic imaging library originally designed for AfterStep +MAKE_JOBS_UNSAFE= yes + LIB_DEPENDS= jpeg.10:${PORTSDIR}/graphics/jpeg \ ungif.5:${PORTSDIR}/graphics/libungif \ png.5:${PORTSDIR}/graphics/png \ |