diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-02-25 14:32:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2019-02-25 14:32:37 +0000 |
commit | ab0bb2410ab26343d71e733c64f70442d6a9d9ca (patch) | |
tree | d093af5047e6f7d6d1135eee1c0fe4cb1ca6ed3a /emulators/xsystem35 | |
parent | 6ea2f4552128ecb6a44067b3a5058f6e0f1e1093 (diff) |
Notes
Diffstat (limited to 'emulators/xsystem35')
-rw-r--r-- | emulators/xsystem35/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index 916b29153ef6..6d9d74500a54 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -3,7 +3,7 @@ PORTNAME= xsystem35 DISTVERSION= 1.7.3-pre5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= emulators games MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${DISTVERSION}.orig @@ -17,12 +17,10 @@ LIB_DEPENDS= libvorbisfile.so:audio/libvorbis \ libltdl.so:devel/libltdl \ libfreetype.so:print/freetype2 -OPTIONS_DEFINE= ESOUND DOCS EXAMPLES +OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_DEFINE_i386= MMX OPTIONS_DEFAULT_i386= ${MACHINE_CPU:tu:MMMX} -ESOUND_USE= GNOME=esound -ESOUND_CONFIGURE_ON=--enable-audio=oss,esd --with-default-output=esd MMX_BUILD_DEPENDS=nasm:devel/nasm MMX_CONFIGURE_ENABLE=mmx |