diff options
author | Michael Haro <mharo@FreeBSD.org> | 2001-04-30 21:55:34 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2001-04-30 21:55:34 +0000 |
commit | b9c142838e83d48aeab26147f34fa926ee80434e (patch) | |
tree | a62dfa8a7283981a51eca7e33936b8e8a4252b15 /audio/xmp | |
parent | 9a83896b3bd8b098535fb9961101b1bb437edda9 (diff) |
Notes
Diffstat (limited to 'audio/xmp')
-rw-r--r-- | audio/xmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index ae71402bb9be..625d55da7449 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -25,7 +25,7 @@ WANT_ESOUND= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} > 500013 +.if ${OSVERSION} > 500013 || ${MACHINE_ARCH} == "alpha" USE_ESOUND= yes CONFIGURE_ARGS+= --disable-oss --enable-esd .elif defined(HAVE_ESOUND) |