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 /lang/racket | |
parent | b8355694f11dec2ab058a135acfc1a0f3c8967c0 (diff) |
Notes
Diffstat (limited to 'lang/racket')
-rw-r--r-- | lang/racket/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/racket/Makefile b/lang/racket/Makefile index 5406d0883fac..83982e64e833 100644 --- a/lang/racket/Makefile +++ b/lang/racket/Makefile @@ -18,7 +18,6 @@ COMMENT= Interactive, integrated, graphical Scheme programming environment LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi \ libcairo.so:${PORTSDIR}/graphics/cairo \ - libjpeg.so:${PORTSDIR}/graphics/jpeg \ libpng.so:${PORTSDIR}/graphics/png MAKE_JOBS_UNSAFE=yes @@ -36,7 +35,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib WRKSRC= ${WRKDIR}/racket-${PORTVERSION}/src -USES= iconv libtool tar:tgz +USES= iconv jpeg libtool tar:tgz USE_LDCONFIG= yes USE_GNOME= pango USE_SQLITE= 3 |