diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-06-22 18:33:20 +0000 |
commit | 6e5719ca80bba1b1c1a97fa29ba2147a5c1ba81e (patch) | |
tree | bdb6dbf3e5d4ada04784a3327eb91e0145530524 /graphics/yafray | |
parent | b8355694f11dec2ab058a135acfc1a0f3c8967c0 (diff) |
Notes
Diffstat (limited to 'graphics/yafray')
-rw-r--r-- | graphics/yafray/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/yafray/Makefile b/graphics/yafray/Makefile index 48d4d2564933..23afdb1ace18 100644 --- a/graphics/yafray/Makefile +++ b/graphics/yafray/Makefile @@ -11,9 +11,7 @@ MASTER_SITES= http://freebsd.nsu.ru/distfiles/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Fast XML based raytracer -LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg - -USES= scons +USES= jpeg scons USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} |