diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-24 07:47:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-01-24 07:47:36 +0000 |
commit | 3217bcc878a2ab1074a9efbfc37b27a5e14b0c4e (patch) | |
tree | 5f655a75d7d19dc76fd9ac70daa25a98ca94aa9a /emulators/xmame/Makefile | |
parent | 295732eff20dc445c8a5ba23ff11bc9399be28a6 (diff) |
Notes
Diffstat (limited to 'emulators/xmame/Makefile')
-rw-r--r-- | emulators/xmame/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index b56a7e6fd601..e228a5f09a77 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -6,10 +6,11 @@ # PORTNAME?= xmame -PORTVERSION?= 0.102 +PORTVERSION?= 0.103 CATEGORIES= emulators MASTER_SITES= http://x.mame.net/download/:xmame \ http://www.energyhq.es.eu.org/files/:xmame \ + http://www.energyhq.be/files/:xmame \ http://www.pkix.net/mirror/x.mame.net/:xmame \ http://www.arcade-history.com/download/:history \ http://www.energyhq.es.eu.org/files/:history \ @@ -30,7 +31,6 @@ USE_BZIP2= yes USE_PERL5= yes USE_GMAKE= yes MAKE_ARGS+= ARCH=freebsd -USE_REINPLACE= yes WANT_SDL= yes WANT_GNOME= yes @@ -116,9 +116,9 @@ ALLDOCS= ${GENERALDOCS} ${XMESSDOCS} .include <bsd.port.pre.mk> #.if ${OSVERSION} < 500000 -#BROKEN= "Doesn't build on FreeBSD < 5.x" +#BROKEN= Doesn't build on FreeBSD < 5.x #.elif (${OSVERSION} < 600000 && ${MAMEMESS} == "mess") -#BROKEN= "Doesn't build on FreeBSD < 6.x" +#BROKEN= Doesn't build on FreeBSD < 6.x #.endif # Option WITH_DATFILES @@ -211,7 +211,7 @@ ESOUNDCOMMENT=\# # XXX Network support is *broken* in 0.85+, leave commented out for now # Option WITH_NETWORK .if defined(WITH_NETWORK) -BROKEN= "Networking support is currently broken" +BROKEN= Networking support is currently broken NETWORK= .else NETWORK=\# |