diff options
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 |