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

(-)octave/Makefile (-9 / +2 lines)
Lines 32-38 Link Here
32
		ftgl:${PORTSDIR}/graphics/ftgl \
32
		ftgl:${PORTSDIR}/graphics/ftgl \
33
		fltk.1:${PORTSDIR}/x11-toolkits/fltk \
33
		fltk.1:${PORTSDIR}/x11-toolkits/fltk \
34
		GraphicsMagick.1:${PORTSDIR}/graphics/GraphicsMagick \
34
		GraphicsMagick.1:${PORTSDIR}/graphics/GraphicsMagick \
35
		curl:${PORTSDIR}/ftp/curl
35
		curl:${PORTSDIR}/ftp/curl \
36
		hdf5:${PORTSDIR}/science/hdf5-18
36
37
37
USE_BZIP2=	yes
38
USE_BZIP2=	yes
38
USE_PERL5_BUILD=yes
39
USE_PERL5_BUILD=yes
Lines 43-58 Link Here
43
INFO=		octave liboctave OctaveFAQ
44
INFO=		octave liboctave OctaveFAQ
44
MAN1=		octave.1 mkoctfile.1 octave-config.1
45
MAN1=		octave.1 mkoctfile.1 octave-config.1
45
46
46
OPTIONS=	LEGACY_HDF5 "Build with HDF5 v1.6 (otherwise with HDF5 v1.8)" on
47
48
.include <bsd.port.pre.mk>
47
.include <bsd.port.pre.mk>
49
48
50
.if defined(WITHOUT_LEGACY_HDF5)
51
LIB_DEPENDS+=	hdf5:${PORTSDIR}/science/hdf5-18
52
.else
53
LIB_DEPENDS+=	hdf5:${PORTSDIR}/science/hdf5
54
.endif
55
56
USE_BLAS?=	reference
49
USE_BLAS?=	reference
57
50
58
.if exists(${LOCALBASE}/lib/libgoto2.so)
51
.if exists(${LOCALBASE}/lib/libgoto2.so)

Return to bug 156940