summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2005-02-03 23:43:39 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2005-02-03 23:43:39 +0000
commitd61c90747a748bf99d9ec61773db610e513254f4 (patch)
tree8a2369592d8ea6c727fb04d2bf8ba03ae15a298a /audio
parentfix fetch by separating DISTREVISION from PORTREVISION. (diff)
fix FreeBSD > 4
Notes
Notes: svn path=/head/; revision=128005
Diffstat (limited to 'audio')
-rw-r--r--audio/aureal-kmod/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/aureal-kmod/Makefile b/audio/aureal-kmod/Makefile
index 693adc9e3690..fae62252718f 100644
--- a/audio/aureal-kmod/Makefile
+++ b/audio/aureal-kmod/Makefile
@@ -83,6 +83,7 @@ MAKE_ENV+= HAVE_KOBJ_PCM=1
.if ${OSVERSION} > 500000
# FreeBSD 5-CURRENT
+DISTREVISION= 4
.if ${VERSION_SOUND_C_MINOR} < 70
IGNORE= "Base system is outdated. This port needs -CURRENT after 2002-04-04."
.endif