diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-14 16:20:45 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-04-14 16:20:45 +0000 |
commit | f89a2cd35601115b66290265f8f0504b6bbf6f1d (patch) | |
tree | 5d1e80daed50ca725f6e1e41cc0ef88e49fa0b99 /audio/darkice | |
parent | f6b5e52b70ba69120358e0ee7c5110f44cd22e95 (diff) | |
download | ports-f89a2cd35601115b66290265f8f0504b6bbf6f1d.tar.gz ports-f89a2cd35601115b66290265f8f0504b6bbf6f1d.zip |
- Remove 4.X support from unmaintained ports in categories starting with
letter a-c
Notes
Notes:
svn path=/head/; revision=189955
Diffstat (limited to 'audio/darkice')
-rw-r--r-- | audio/darkice/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/darkice/Makefile b/audio/darkice/Makefile index ba10f2cdd798..6f13ee62d7df 100644 --- a/audio/darkice/Makefile +++ b/audio/darkice/Makefile @@ -33,10 +33,6 @@ PLIST_FILES= bin/darkice etc/darkice.cfg .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -BROKEN= does not compile on 4.x -.endif - .if defined(WITHOUT_VORBIS) CONFIGURE_ARGS+= --without-vorbis .else |