diff options
author | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-05-14 23:39:20 +0800 |
---|---|---|
committer | Stephen Montgomery-Smith <stephen@FreeBSD.org> | 2018-05-14 23:39:20 +0800 |
commit | 79cc92bbe765b38c7f66eba04bfb4f7b12d1b22e (patch) | |
tree | 11770730dcfef850f15099b6528f742104c8bb37 /math | |
parent | 941e28890d15d65ef09a887d88a4b74a4ce163d9 (diff) | |
download | freebsd-ports-gnome-79cc92bbe765b38c7f66eba04bfb4f7b12d1b22e.tar.gz freebsd-ports-gnome-79cc92bbe765b38c7f66eba04bfb4f7b12d1b22e.tar.zst freebsd-ports-gnome-79cc92bbe765b38c7f66eba04bfb4f7b12d1b22e.zip |
- Unbreak (because octave-forge-general is fixed).
- Bump portrevision (because of upgrade of octave to 4.4.0).
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-miscellaneous/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/octave-forge-miscellaneous/Makefile b/math/octave-forge-miscellaneous/Makefile index 8946a8656993..caa3f67799e6 100644 --- a/math/octave-forge-miscellaneous/Makefile +++ b/math/octave-forge-miscellaneous/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-miscellaneous PORTVERSION= 1.2.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -12,8 +12,6 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING -BROKEN= depends upon octave-forge-general, which is broken - # OCTSRC is the name of the directory of the package. # It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. OCTSRC= ${DISTNAME} |