diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-02-06 15:54:46 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-02-06 15:54:46 +0000 |
commit | e49730e5d83711c1b1d881af627598d6103f14ca (patch) | |
tree | 5f644f02d025160d9c674dd08af1ae228a0c21c6 /audio | |
parent | f2d87fc9dd93e26b632327bcfb5c387d114c5708 (diff) | |
download | FreeBSD-ports-e49730e5d83711c1b1d881af627598d6103f14ca.zip FreeBSD-ports-e49730e5d83711c1b1d881af627598d6103f14ca.tar.gz |
Slightly improve heuristics used to distinguish between pre and post kobj MFC
systems.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aureal-kmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/aureal-kmod/Makefile b/audio/aureal-kmod/Makefile index 41ce0c5..1547eff 100644 --- a/audio/aureal-kmod/Makefile +++ b/audio/aureal-kmod/Makefile @@ -33,7 +33,7 @@ VERSION_SOUND_C!= ${AWK} '/.*\$$FreeBSD/ { print $$4; exit; }' \ VERSION_SOUND_C= .endif -VERSION_SOUND_C:= ${VERSION_SOUND_C:S/.//g} +VERSION_SOUND_C:= ${VERSION_SOUND_C:S/1.17.2.//} .if ${OSVERSION} < 410000 BROKEN= "FreeBSD 3.*, 4.0 are not supported" @@ -47,7 +47,7 @@ PORTREVISION= 2 # FreeBSD 4.2 PORTVERSION= 1.3 -.if ${VERSION_SOUND_C} < 11724 +.if ${VERSION_SOUND_C} < 4 # FreeBSD 4.2 before kobj MFC PORTREVISION= 1 |