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 /math/ploticus | |
parent | b8355694f11dec2ab058a135acfc1a0f3c8967c0 (diff) |
Notes
Diffstat (limited to 'math/ploticus')
-rw-r--r-- | math/ploticus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index 4c24e0cdd928..c8d77da0b5c0 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -12,11 +12,11 @@ MAINTAINER?= linimon@FreeBSD.org COMMENT?= Generates plots and graphs from data LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ libming.so:${PORTSDIR}/graphics/ming \ libpng.so:${PORTSDIR}/graphics/png \ libfreetype.so:${PORTSDIR}/print/freetype2 +USES= jpeg BUILD_WRKSRC= ${WRKSRC}/src FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config |