diff options
Diffstat (limited to 'math/octave-forge-quaternion/Makefile')
| -rw-r--r-- | math/octave-forge-quaternion/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/octave-forge-quaternion/Makefile b/math/octave-forge-quaternion/Makefile index 115514edb48e..d592d74acd46 100644 --- a/math/octave-forge-quaternion/Makefile +++ b/math/octave-forge-quaternion/Makefile @@ -1,6 +1,5 @@ PORTNAME= octave-forge-quaternion -PORTVERSION= 2.4.0 -PORTREVISION= 20 +PORTVERSION= 2.4.2 CATEGORIES= math MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} @@ -13,7 +12,9 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING USES= octave +NO_BUILD= yes +NO_ARCH= yes -OCTAVE_SRC= ${OCTAVE_PKGNAME} +OCTAVE_SRC= ${OCTAVE_PKGNAME}-${PORTVERSION} .include <bsd.port.mk> |
