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/ecasound | |
parent | f6b5e52b70ba69120358e0ee7c5110f44cd22e95 (diff) | |
download | ports-f89a2cd35601115b66290265f8f0504b6bbf6f1d.tar.gz ports-f89a2cd35601115b66290265f8f0504b6bbf6f1d.zip |
Notes
Diffstat (limited to 'audio/ecasound')
-rw-r--r-- | audio/ecasound/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/audio/ecasound/Makefile b/audio/ecasound/Makefile index ac8f105224c2..d9f53abf3583 100644 --- a/audio/ecasound/Makefile +++ b/audio/ecasound/Makefile @@ -36,14 +36,10 @@ LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 || exists(${LOCALBASE}/lib/libreadline.so.5) +.if exists(${LOCALBASE}/lib/libreadline.so.5) LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline .endif -.if ${OSVERSION} < 500000 -CFLAGS+= -fpermissive -.endif - .if defined(WITH_ARTS) LIB_DEPENDS+= artsc.0:${PORTSDIR}/audio/arts .else |