svn commit: r523341 - head/math/octave-forge-audio

Stephen Montgomery-Smith stephen at FreeBSD.org
Fri Jan 17 17:30:02 UTC 2020


Author: stephen
Date: Fri Jan 17 17:30:01 2020
New Revision: 523341
URL: https://svnweb.freebsd.org/changeset/ports/523341

Log:
  - Correct portlint errors.

Modified:
  head/math/octave-forge-audio/Makefile

Modified: head/math/octave-forge-audio/Makefile
==============================================================================
--- head/math/octave-forge-audio/Makefile	Fri Jan 17 17:22:26 2020	(r523340)
+++ head/math/octave-forge-audio/Makefile	Fri Jan 17 17:30:01 2020	(r523341)
@@ -8,14 +8,14 @@ CATEGORIES=	math
 MAINTAINER=	stephen at FreeBSD.org
 COMMENT=	Octave-forge package ${OCTAVE_PKGNAME}
 
-LIB_DEPENDS+=	librtmidi.so:audio/rtmidi
-
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/../COPYING
 
+LIB_DEPENDS+=	librtmidi.so:audio/rtmidi
+
 # OCTSRC is the name of the directory of the package.
 # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
-OCTSRC=         ${DISTNAME}
+OCTSRC=		${DISTNAME}
 
 WRKSRC=		${WRKDIR}/${OCTSRC}/src
 GNU_CONFIGURE=	yes


More information about the svn-ports-head mailing list