diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-07-31 14:27:05 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-07-31 14:27:05 +0000 |
commit | adf899e323da5aeec9ca6f0fab77c7525c23acd2 (patch) | |
tree | ced044b5032449445f9ae5c23bd4d89a429d0a43 /math | |
parent | - Update to 1.3.16 (diff) |
- Fix fetching. Unbreak.
PR: ports/84392
Submitted by: Benjamin Lutz <benlutz@datacomm.ch>
Approved by: no maintainer reaction on broken port
Notes
Notes:
svn path=/head/; revision=140563
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 |