diff options
author | bapt <bapt@FreeBSD.org> | 2013-02-05 19:54:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-02-05 19:54:42 +0800 |
commit | 8ae93a4ed6e3db624d23401b1a930a2de5f3a58c (patch) | |
tree | 966501b583d89ba10a9920acaf5c4decf5dc831b /emulators | |
parent | d4a5a270df81d96e075996366fbd1fae3431058b (diff) | |
download | freebsd-ports-gnome-8ae93a4ed6e3db624d23401b1a930a2de5f3a58c.tar.gz freebsd-ports-gnome-8ae93a4ed6e3db624d23401b1a930a2de5f3a58c.tar.zst freebsd-ports-gnome-8ae93a4ed6e3db624d23401b1a930a2de5f3a58c.zip |
Mark as broken
nt_scenario.c: In function 'ntmain':
nt_scenario.c:76: error: 'SYSTEMCOUNTER_MAINLOOP' undeclared (first use in this
function)
nt_scenario.c:76: error: (Each undeclared identifier is reported only once
nt_scenario.c:76: error: for each function it appears in.)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xsystem35/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index 80e7f0a612f9..70696e70cf28 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: AliceSoft System 3.5 on X -# Date created: 24 Oct 1998 -# Whom: Seiichirou Hiraoka -# +# Created by: Seiichirou Hiraoka # $FreeBSD$ -# PORTNAME= xsystem35 PORTVERSION= 1.7.2 @@ -14,6 +10,8 @@ MASTER_SITES= http://8ne.sakura.ne.jp:20008/chika/unitbase/xsys35/down/ MAINTAINER= ports@FreeBSD.org COMMENT= AliceSoft System 3.5/3.6/3.8/3.9 on X Window System +BROKEN= Does not build + LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ jpeg.11:${PORTSDIR}/graphics/jpeg |