diff options
author | sem <sem@FreeBSD.org> | 2005-07-31 22:27:05 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-07-31 22:27:05 +0800 |
commit | 74bde01881e7a050cb702dc28eceba88927bc253 (patch) | |
tree | fe32a70a3c7a601d189c92b7ce0fa26200c02879 /math | |
parent | b4ca5f69e41244574ab275564fc8cc48ef10ff17 (diff) | |
download | freebsd-ports-gnome-74bde01881e7a050cb702dc28eceba88927bc253.tar.gz freebsd-ports-gnome-74bde01881e7a050cb702dc28eceba88927bc253.tar.zst freebsd-ports-gnome-74bde01881e7a050cb702dc28eceba88927bc253.zip |
- Fix fetching. Unbreak.
PR: ports/84392
Submitted by: Benjamin Lutz <benlutz@datacomm.ch>
Approved by: no maintainer reaction on broken port
Diffstat (limited to 'math')
-rw-r--r-- | math/koctave/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/math/koctave/Makefile b/math/koctave/Makefile index 6ea5b6c49971..de13e214ffbf 100644 --- a/math/koctave/Makefile +++ b/math/koctave/Makefile @@ -9,17 +9,13 @@ PORTNAME= koctave3 PORTVERSION= 0.65 PORTREVISION= 3 CATEGORIES= math kde -MASTER_SITES= http://bubben.homelinux.net/~matti/koctave/ +MASTER_SITES= http://athlone.ath.cx/~matti/kde/koctave/ MAINTAINER= kay_lehmann@web.de COMMENT= KDEGUI for octave RUN_DEPENDS= octave:${PORTSDIR}/math/octave -BROKEN= Unfetchable -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2005-09-22 - USE_BZIP2= yes USE_INC_LIBTOOL_VER=13 USE_QT_VER= 3 |