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

(-)Makefile (-3 / +5 lines)
Lines 11-19 Link Here
11
11
12
LIB_DEPENDS=	libgsl.so:${PORTSDIR}/math/gsl
12
LIB_DEPENDS=	libgsl.so:${PORTSDIR}/math/gsl
13
13
14
OPTIONS_DEFINE=	GNUPLOT PGSQL
14
OPTIONS_DEFINE=	PLOTUTILS PGSQL
15
OPTIONS_DEFAULT=GNUPLOT PGSQL
15
OPTIONS_DEFAULT=PLOTUTILS PGSQL
16
16
17
PLOTUTILS_DESC=	Plotting support via plotutils
18
17
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
18
CONFIGURE_ARGS+=--enable-compiler
20
CONFIGURE_ARGS+=--enable-compiler
19
21
Lines 23-29 Link Here
23
25
24
.include <bsd.port.options.mk>
26
.include <bsd.port.options.mk>
25
27
26
.if ${PORT_OPTIONS:MGNUPLOT}
28
.if ${PORT_OPTIONS:MPLOTUTILS}
27
LIB_DEPENDS+=	libplot.so:${PORTSDIR}/graphics/plotutils
29
LIB_DEPENDS+=	libplot.so:${PORTSDIR}/graphics/plotutils
28
.else
30
.else
29
CONFIGURE_ARGS+=--disable-plotutils
31
CONFIGURE_ARGS+=--disable-plotutils

Return to bug 193317