aboutsummaryrefslogtreecommitdiff
path: root/science/jdftx
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-03-30 19:52:19 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-03-30 19:52:19 +0000
commit217e12b85b4a53a6e95bddef50c3db1bc5ee402e (patch)
treea0b8e97f83f0c214db41ac86fc8d8a22c4c05cb0 /science/jdftx
parent789ac3f9e8002fb3ab12fbbdf77c6d943c4be53c (diff)
downloadports-217e12b85b4a53a6e95bddef50c3db1bc5ee402e.tar.gz
ports-217e12b85b4a53a6e95bddef50c3db1bc5ee402e.zip
science/jdftx: Fix OCTAVE option
PR: 236901 Reported by: tobik
Notes
Notes: svn path=/head/; revision=497338
Diffstat (limited to 'science/jdftx')
-rw-r--r--science/jdftx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/jdftx/Makefile b/science/jdftx/Makefile
index 292f9e826677..f4bcbe543388 100644
--- a/science/jdftx/Makefile
+++ b/science/jdftx/Makefile
@@ -3,7 +3,7 @@
PORTNAME= jdftx
DISTVERSIONPREFIX= v
DISTVERSION= 1.4.2-74
-PORTREVISION= 4
+PORTREVISION= 5
DISTVERSIONSUFFIX= -gba743849
CATEGORIES= science
@@ -55,6 +55,6 @@ SCALAPACK_CMAKE_BOOL= EnableScaLAPACK
SCALAPACK_LIB_DEPENDS= libscalapack.so:math/scalapack
OCTAVE_DESC= With Octave support (only for one script: dryRunToPDB)
-OCTAVE_USES= octave
+OCTAVE_RUN_DEPENDS= octave:math/octave
.include <bsd.port.mk>