diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-13 13:20:28 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-13 13:20:28 +0000 |
commit | 2b40975341a19ed71eeb3cd98e8799e99bdc15fc (patch) | |
tree | eb0d20db9b9323bdfc7a35efa117e772e3f5b476 /audio/aureal-kmod/Makefile | |
parent | f80284e0d9e5768a4ba1127d5dc76dc9841856f7 (diff) | |
download | ports-2b40975341a19ed71eeb3cd98e8799e99bdc15fc.tar.gz ports-2b40975341a19ed71eeb3cd98e8799e99bdc15fc.zip |
Notes
Diffstat (limited to 'audio/aureal-kmod/Makefile')
-rw-r--r-- | audio/aureal-kmod/Makefile | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/audio/aureal-kmod/Makefile b/audio/aureal-kmod/Makefile index 208ca0ae0886..351d56a20c22 100644 --- a/audio/aureal-kmod/Makefile +++ b/audio/aureal-kmod/Makefile @@ -46,8 +46,8 @@ BROKEN= "FreeBSD 3.*, 4.0 are not supported" PORTVERSION= 1.1 PORTREVISION= 3 -.elif ${OSVERSION} < 500000 -# FreeBSD 4.2 +.elif ${OSVERSION} < 440000 +# FreeBSD 4.2, 4.3 PORTVERSION= 1.3 .if ${VERSION_SOUND_C_STABLE} < 4 @@ -55,11 +55,17 @@ PORTVERSION= 1.3 PORTREVISION= 1 .else -# FreeBSD 4.2 after kobj MFC +# FreeBSD 4.2 after kobj MFC, FreeBSD 4.3 PORTREVISION= 2 MAKE_ENV+= HAVE_KOBJ_PCM=1 .endif +.elif ${OSVERSION} < 500000 +# FreeBSD 4.4 +PORTVERSION= 1.3 +PORTREVISION= 3 +MAKE_ENV+= HAVE_KOBJ_PCM=1 + .endif .if ${OSVERSION} > 500000 |