diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2005-02-04 00:00:47 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2005-02-04 00:00:47 +0000 |
commit | 41e529372ef3c3799e1bcda74057706da689ee33 (patch) | |
tree | ccdad661fc1efb04be38b7634438e1a95c31ff59 /audio/aureal-kmod | |
parent | d61c90747a748bf99d9ec61773db610e513254f4 (diff) | |
download | ports-41e529372ef3c3799e1bcda74057706da689ee33.tar.gz ports-41e529372ef3c3799e1bcda74057706da689ee33.zip |
Notes
Diffstat (limited to 'audio/aureal-kmod')
-rw-r--r-- | audio/aureal-kmod/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/audio/aureal-kmod/Makefile b/audio/aureal-kmod/Makefile index fae62252718f..067251919770 100644 --- a/audio/aureal-kmod/Makefile +++ b/audio/aureal-kmod/Makefile @@ -45,7 +45,6 @@ IGNORE= "FreeBSD 3.*, 4.0 are not supported" # FreeBSD 4.1, 4.1.1 PORTVERSION= 1.1 DISTREVISION= 3 -PORTREVISION= 4 .elif ${OSVERSION} < 440000 # FreeBSD 4.2, 4.3 @@ -54,12 +53,10 @@ PORTVERSION= 1.3 .if ${VERSION_SOUND_C_MINOR} < 4 # FreeBSD 4.2 before kobj MFC DISTREVISION= 1 -PORTREVISION= 2 .else # FreeBSD 4.2 after kobj MFC, FreeBSD 4.3 DISTREVISION= 2 -PORTREVISION= 3 MAKE_ENV+= HAVE_KOBJ_PCM=1 .endif @@ -67,7 +64,6 @@ MAKE_ENV+= HAVE_KOBJ_PCM=1 # FreeBSD 4.4, 4.5- PORTVERSION= 1.3 DISTREVISION= 3 -PORTREVISION= 4 MAKE_ENV+= HAVE_KOBJ_PCM=1 .elif ${OSVERSION} < 500000 @@ -77,7 +73,6 @@ IGNORE= "Base system is outdated. This port needs -STABLE after 2002-04-22." .endif PORTVERSION= 1.3 DISTREVISION= 4 -PORTREVISION= 5 MAKE_ENV+= HAVE_KOBJ_PCM=1 .endif |