diff options
author | kris <kris@FreeBSD.org> | 2001-03-10 13:27:50 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-03-10 13:27:50 +0800 |
commit | 1d6431a3a0a90f513390d23cafeb7ca9b36dd860 (patch) | |
tree | 623563d12f825782133751ca6a46b07b63ececc8 /lang/yabasic/Makefile | |
parent | 85250fdc79e219192dd1ae9c3478979d4b4bb020 (diff) | |
download | freebsd-ports-gnome-1d6431a3a0a90f513390d23cafeb7ca9b36dd860.tar.gz freebsd-ports-gnome-1d6431a3a0a90f513390d23cafeb7ca9b36dd860.tar.zst freebsd-ports-gnome-1d6431a3a0a90f513390d23cafeb7ca9b36dd860.zip |
Previous version was unavailable; partially upgrade this port to the
latest version and switch to using a versioned distfile so it has a chance
to keep building, but mark BROKEN for now because the patches fail to
apply to the new version.
Diffstat (limited to 'lang/yabasic/Makefile')
-rw-r--r-- | lang/yabasic/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile index 3c51c72e2d71..6d6d56609e73 100644 --- a/lang/yabasic/Makefile +++ b/lang/yabasic/Makefile @@ -6,13 +6,14 @@ # PORTNAME= yabasic -PORTVERSION= 2.66 +PORTVERSION= 2.681 CATEGORIES= lang MASTER_SITES= http://www.yabasic.de/download/ -DISTFILES= yab.tar.Z MAINTAINER= elwood@mc5sys.in-berlin.de +BROKEN= "Patches fail to apply; needs to be updated to new version" + USE_BISON= yes USE_XLIB= yes GNU_CONFIGURE= yes |