diff options
-rw-r--r-- | audio/aureal-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/aureal-kmod/Makefile b/audio/aureal-kmod/Makefile index 01f508bbc5cd..4fcb58960c1b 100644 --- a/audio/aureal-kmod/Makefile +++ b/audio/aureal-kmod/Makefile @@ -36,7 +36,7 @@ VERSION_SOUND_C!= ident < ${SRCPREFIX}/sys/dev/sound/pcm/sound.c | \ VERSION_SOUND_C= .endif -VERSION_SOUND_C_MINOR:= ${VERSION_SOUND_C:S/^1.//:S/^17.2.//} +VERSION_SOUND_C_MINOR:= ${VERSION_SOUND_C:S/^1.//:C/\.[0-9\.]+$//} .if ${OSVERSION} < 410000 IGNORE= "FreeBSD 3.*, 4.0 are not supported" |