diff options
author | sf <sf@FreeBSD.org> | 2005-02-04 07:43:39 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2005-02-04 07:43:39 +0800 |
commit | 90100162cbffeb5af2150b7a555c8233824660b1 (patch) | |
tree | 58601ca6166e2a93c10e96888626e34c2957e6fb /audio/aureal-kmod | |
parent | d75d6833929290045cb04bf57c083b634f5e0afa (diff) | |
download | freebsd-ports-gnome-90100162cbffeb5af2150b7a555c8233824660b1.tar.gz freebsd-ports-gnome-90100162cbffeb5af2150b7a555c8233824660b1.tar.zst freebsd-ports-gnome-90100162cbffeb5af2150b7a555c8233824660b1.zip |
fix FreeBSD > 4
Diffstat (limited to 'audio/aureal-kmod')
-rw-r--r-- | audio/aureal-kmod/Makefile | 1 |
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 |