aboutsummaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-01-13 18:53:44 +0800
committersobomax <sobomax@FreeBSD.org>2002-01-13 18:53:44 +0800
commitbdeb348dd4cbbced5a0e721515b7d14999e58765 (patch)
tree60266ae07d2519e741ccd619843c1e1893a33ec2 /audio
parent512cb156d76dcd643d06629dccfd6ec82ca5b097 (diff)
downloadfreebsd-ports-gnome-bdeb348dd4cbbced5a0e721515b7d14999e58765.tar.gz
freebsd-ports-gnome-bdeb348dd4cbbced5a0e721515b7d14999e58765.tar.zst
freebsd-ports-gnome-bdeb348dd4cbbced5a0e721515b7d14999e58765.zip
<bsd.cpu.mk> was MFCed quite some time ago, so that adjust OSVERSION check
accordingly. Submitted by: kris
Diffstat (limited to 'audio')
-rw-r--r--audio/mpg123/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile
index 541611124d07..f22a4761cc7f 100644
--- a/audio/mpg123/Makefile
+++ b/audio/mpg123/Makefile
@@ -74,7 +74,7 @@ pre-fetch:
@${ECHO_MSG}
.endif
.if ${MACHINE_ARCH} == "i386"
-.if ${OSVERSION} >= 500018
+.if ${OSVERSION} >= 430000
.if ${MACHINE_CPU:M3dnow}
OPT_ARCH= 3dnow
.elif ${MACHINE_CPU:Mi586}