diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-13 18:53:44 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-13 18:53:44 +0800 |
commit | bdeb348dd4cbbced5a0e721515b7d14999e58765 (patch) | |
tree | 60266ae07d2519e741ccd619843c1e1893a33ec2 | |
parent | 512cb156d76dcd643d06629dccfd6ec82ca5b097 (diff) | |
download | freebsd-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
-rw-r--r-- | audio/mpg123/Makefile | 2 |
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} |