diff options
Diffstat (limited to 'audio/aureal-kmod/Makefile')
-rw-r--r-- | audio/aureal-kmod/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/aureal-kmod/Makefile b/audio/aureal-kmod/Makefile index 2b78e91c8121..62b05a25abcc 100644 --- a/audio/aureal-kmod/Makefile +++ b/audio/aureal-kmod/Makefile @@ -13,7 +13,9 @@ DISTNAME= au88x0-${PORTVERSION}_4 MAINTAINER= c.kworr@gmail.com COMMENT= Driver for Aureal Vortex based soundcards -BROKEN= Unfetchable (google code has gone away) +BROKEN= does not build (and fetch) +DEPRECATED= ${BROKEN} +EXPIRATION_DATE= 2017-01-15 ONLY_FOR_ARCHS= i386 STRAYFILES= au88x0.h au88x0.c asp10.o asp20.o asp30.o @@ -36,10 +38,6 @@ USES= kmod EXTRA_PATCHES+= ${PATCHDIR}/extra_800000_patch-au88x0.c -.if ${OSVERSION} >= 1000000 -BROKEN= does not build -.endif - pre-everything:: .for STRAY in ${STRAYFILES} .if exists(${SRC_BASE}/sys/dev/sound/pci/${STRAY}) |