diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-06 15:54:46 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-02-06 15:54:46 +0000 |
commit | 64784f403f61a237ea42b64059af1af6e380626d (patch) | |
tree | 49a5bf72eebcbe1f4bbac5eeb52a776e34e054f8 /audio/aureal-kmod | |
parent | 84c20fbee98722abe948bc64ae67801106ca368e (diff) | |
download | ports-64784f403f61a237ea42b64059af1af6e380626d.tar.gz ports-64784f403f61a237ea42b64059af1af6e380626d.zip |
Notes
Diffstat (limited to 'audio/aureal-kmod')
-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 41ce0c5f6073..1547effd256b 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 |