svn commit: r503347 - head/math/octave-forge-dicom
Stephen Montgomery-Smith
stephen at FreeBSD.org
Mon Jun 3 04:38:53 UTC 2019
Author: stephen
Date: Mon Jun 3 04:38:52 2019
New Revision: 503347
URL: https://svnweb.freebsd.org/changeset/ports/503347
Log:
- configure requires cmake to work properly.
Reported by: pkg-fallout@
Modified:
head/math/octave-forge-dicom/Makefile
Modified: head/math/octave-forge-dicom/Makefile
==============================================================================
--- head/math/octave-forge-dicom/Makefile Mon Jun 3 03:49:29 2019 (r503346)
+++ head/math/octave-forge-dicom/Makefile Mon Jun 3 04:38:52 2019 (r503347)
@@ -12,6 +12,8 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
LICENSE= GPLv3
LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
+BUILD_DEPENDS+= cmake:devel/cmake
+
LIB_DEPENDS+= libgdcmCommon.so:devel/gdcm
# OCTSRC is the name of the directory of the package.
More information about the svn-ports-head
mailing list