diff options
author | ume <ume@FreeBSD.org> | 2010-06-06 16:57:56 +0800 |
---|---|---|
committer | ume <ume@FreeBSD.org> | 2010-06-06 16:57:56 +0800 |
commit | 609d892304be6422d25a359a82c832bc9cf44910 (patch) | |
tree | 9034c29372087baab3970eb9a6d31a2dcdce38fb /emulators | |
parent | 10c12adf0ebde470076085e837f2dd99fd426915 (diff) | |
download | freebsd-ports-gnome-609d892304be6422d25a359a82c832bc9cf44910.tar.gz freebsd-ports-gnome-609d892304be6422d25a359a82c832bc9cf44910.tar.zst freebsd-ports-gnome-609d892304be6422d25a359a82c832bc9cf44910.zip |
Make sound work.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/quasi88/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/quasi88/Makefile b/emulators/quasi88/Makefile index 045a0e4b4648..0e96e6fd7c94 100644 --- a/emulators/quasi88/Makefile +++ b/emulators/quasi88/Makefile @@ -7,7 +7,7 @@ PORTNAME= quasi88 PORTVERSION= 0.6.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://www.117.ne.jp/~show/pc8801/ EXTRACT_SUFX= .tgz @@ -19,6 +19,7 @@ USE_XORG= x11 xext USE_GMAKE= yes MAKE_ENV= DATADIR="${DATADIR}" _CC="${CC}" _CFLAGS="${CFLAGS}" \ _CXX="${CXX}" LD="${CXX}" PROGRAM="${PORTNAME}" +MAKE_ARGS= ARCH="freebsd" PORTDOCS= FAQ.TXT FORMAT.TXT GET-IMAGE.TXT HISTORY.TXT MANUAL.TXT \ QUASI88.TXT |