diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-01-13 01:21:11 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2016-01-13 01:21:11 +0000 |
commit | fff94295ede600f91cc7b562de4f470277a3b9eb (patch) | |
tree | 0d39daf94096cd2634ec20026d86b468cd5d17df /math | |
parent | d0e31d59aa16b6cae61fe3ce7b392bd1624761b9 (diff) | |
download | freebsd-ports-fff94295ede600f91cc7b562de4f470277a3b9eb.zip |
- Mark as broken, as it will not build with octave-4.0.0.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-dicom/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/octave-forge-dicom/Makefile b/math/octave-forge-dicom/Makefile index 37adbacbf48c..d824a035cad2 100644 --- a/math/octave-forge-dicom/Makefile +++ b/math/octave-forge-dicom/Makefile @@ -12,6 +12,8 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +BROKEN= does not build with octave-4.0.0 + LIB_DEPENDS+= libgdcmCommon.so:${PORTSDIR}/devel/gdcm # OCTSRC is the name of the directory of the package. |