diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-04-11 05:11:00 +0000 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2012-04-11 05:11:00 +0000 |
commit | 5179c3f203abea052a693c6af5fbc21f7436ed2c (patch) | |
tree | b04eef347b3e2dde0fb05ececa90f2412367dd54 /math/octave-forge-ga/Makefile | |
parent | 3df5f51d149df907b21e62edaea68ffc5b4207cc (diff) |
Notes
Diffstat (limited to 'math/octave-forge-ga/Makefile')
-rw-r--r-- | math/octave-forge-ga/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/math/octave-forge-ga/Makefile b/math/octave-forge-ga/Makefile index f330932afb77..fed9d73fb399 100644 --- a/math/octave-forge-ga/Makefile +++ b/math/octave-forge-ga/Makefile @@ -6,8 +6,7 @@ # PORTNAME= octave-forge-ga -PORTVERSION= 0.9.8 -PORTREVISION= 3 +PORTVERSION= 0.10.0 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -17,8 +16,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${OCTAVE_PKGNAME} -RUN_DEPENDS+= ${TARBALLS_DIR}/communications.tar.gz:${PORTSDIR}/math/octave-forge-communications - .include <bsd.port.pre.mk> .include "${PORTSDIR}/Mk/bsd.octave.mk" do-build: |