diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-25 21:16:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-25 21:16:31 +0000 |
commit | e9e46a87f50d6632204acb4f1fcd3e52148c1ae1 (patch) | |
tree | bac364e1be83e623e123e0c441863cea42e3545e /audio | |
parent | 18bb4acde953432e5061bc1bc03d2e915af9858f (diff) | |
download | ports-e9e46a87f50d6632204acb4f1fcd3e52148c1ae1.tar.gz ports-e9e46a87f50d6632204acb4f1fcd3e52148c1ae1.zip |
Notes
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ecasound/Makefile | 7 | ||||
-rw-r--r-- | audio/ecasound/distinfo | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/audio/ecasound/Makefile b/audio/ecasound/Makefile index eef4f1bfefcb..9c239064788b 100644 --- a/audio/ecasound/Makefile +++ b/audio/ecasound/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ecasound -PORTVERSION= 2.5.0 +PORTVERSION= 2.5.2 CATEGORIES= audio MASTER_SITES= http://ecasound.seul.org/download/ @@ -20,7 +20,6 @@ OPTIONS= ARTS "Enable aRts support" off \ JACK "Enable JACK support" off \ SAMPLERATE "Enable libsamplerate support" off -USE_GNOME= gnometarget USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" @@ -35,8 +34,8 @@ MAN1= ecasound-iam.1 ecasound.1 ecatools.1 ecaconvert.1 \ ecaplay.1 ecasignalview.1 MAN5= ecasoundrc.5 -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} +LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} .include <bsd.port.pre.mk> diff --git a/audio/ecasound/distinfo b/audio/ecasound/distinfo index 55c0228365d6..ce8839ff4f8c 100644 --- a/audio/ecasound/distinfo +++ b/audio/ecasound/distinfo @@ -1,3 +1,3 @@ -MD5 (ecasound-2.5.0.tar.gz) = abec6ab833d9322ba102fa563bc3e258 -SHA256 (ecasound-2.5.0.tar.gz) = 3c80696a7dcd63a25fe8933237075405beef0877f30573fb9e12d943af567790 -SIZE (ecasound-2.5.0.tar.gz) = 974620 +MD5 (ecasound-2.5.2.tar.gz) = c7d26db96a7ea5749df9d5137d3c397d +SHA256 (ecasound-2.5.2.tar.gz) = f40f0a8335fc0d474e5b6dfd9a47f68f809a819d406a21953b66f209bc65c115 +SIZE (ecasound-2.5.2.tar.gz) = 975972 |