svn commit: r497338 - head/science/jdftx

Yuri Victorovich yuri at FreeBSD.org
Sat Mar 30 19:52:20 UTC 2019


Author: yuri
Date: Sat Mar 30 19:52:19 2019
New Revision: 497338
URL: https://svnweb.freebsd.org/changeset/ports/497338

Log:
  science/jdftx: Fix OCTAVE option
  
  PR:		236901
  Reported by:	tobik

Modified:
  head/science/jdftx/Makefile

Modified: head/science/jdftx/Makefile
==============================================================================
--- head/science/jdftx/Makefile	Sat Mar 30 19:50:25 2019	(r497337)
+++ head/science/jdftx/Makefile	Sat Mar 30 19:52:19 2019	(r497338)
@@ -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>


More information about the svn-ports-all mailing list