diff options
Diffstat (limited to 'audio/ecasound/Makefile')
-rw-r--r-- | audio/ecasound/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/ecasound/Makefile b/audio/ecasound/Makefile index 3341ed301e80..82e88864c1ed 100644 --- a/audio/ecasound/Makefile +++ b/audio/ecasound/Makefile @@ -7,6 +7,7 @@ PORTNAME= ecasound PORTVERSION= 2.6.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://ecasound.seul.org/download/ @@ -38,8 +39,8 @@ LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include <bsd.port.pre.mk> -.if exists(${LOCALBASE}/lib/libreadline.so.5) -LIB_DEPENDS+= readline.5:${PORTSDIR}/devel/readline +.if exists(${LOCALBASE}/lib/libreadline.so.6) +LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline .endif .if defined(WITH_ARTS) |