View | Details | Raw Unified | Return to bug 247565
Collapse All | Expand All

(-)w/math/gnuplot/Makefile (-3 / +5 lines)
Lines 43-57 CONFIGURE_ARGS+=--disable-x11-mbfonts \ Link Here
43
		--without-kpsexpand
43
		--without-kpsexpand
44
PLIST_SUB+=	X11="@comment "
44
PLIST_SUB+=	X11="@comment "
45
.else
45
.else
46
USES+=		gnome jpeg lua:53 xorg
46
USES+=		gnome jpeg lua:53 ncurses xorg
47
USE_TEX=	kpathsea
47
USE_TEX=	kpathsea
48
USE_GNOME+=	atk cairo gtk20 gdkpixbuf2
48
USE_GNOME+=	atk cairo gtk30 gdkpixbuf2
49
USE_WX=		2.8
49
USE_WX=		3.0+
50
USE_XORG+=	x11
50
USE_XORG+=	x11
51
LIB_DEPENDS+=	libfontconfig.so:x11-fonts/fontconfig \
51
LIB_DEPENDS+=	libfontconfig.so:x11-fonts/fontconfig \
52
		libfreetype.so:print/freetype2 \
52
		libfreetype.so:print/freetype2 \
53
		libharfbuzz.so:print/harfbuzz \
53
		libgd.so:graphics/gd \
54
		libgd.so:graphics/gd \
54
		libpng.so:graphics/png \
55
		libpng.so:graphics/png \
56
		libwebp.so:graphics/webp \
55
		libtiff.so:graphics/tiff
57
		libtiff.so:graphics/tiff
56
CONFIGURE_ARGS+=--with-gd=${LOCALBASE} \
58
CONFIGURE_ARGS+=--with-gd=${LOCALBASE} \
57
		--with-gpic \
59
		--with-gpic \

Return to bug 247565