diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-09-09 16:40:56 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-09-09 16:40:56 +0000 |
commit | 71cd032cd2339dde27684b49925d6c9813fd9355 (patch) | |
tree | f5f5dba9a4d170f533e96190d0f8f61df95b7a7a /audio/ccaudio/Makefile | |
parent | e04fd5f3e1e909f28cd606a4920b35c645b317c6 (diff) | |
download | ports-71cd032cd2339dde27684b49925d6c9813fd9355.tar.gz ports-71cd032cd2339dde27684b49925d6c9813fd9355.zip |
Notes
Diffstat (limited to 'audio/ccaudio/Makefile')
-rw-r--r-- | audio/ccaudio/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/ccaudio/Makefile b/audio/ccaudio/Makefile index aba8b360e2d7..663a7f47e56b 100644 --- a/audio/ccaudio/Makefile +++ b/audio/ccaudio/Makefile @@ -6,19 +6,19 @@ # PORTNAME= ccaudio -PORTVERSION= 0.2.3 +PORTVERSION= 0.2.4 CATEGORIES= audio MASTER_SITES= ftp://www.voxilla.org/pub/ccaudio/ MAINTAINER= dyfet@gnu.org -LIB_DEPENDS= ccstd.0:${PORTSDIR}/devel/commoncpp - USE_GMAKE= yes USE_LIBTOOL= yes USE_AUTOCONF= yes INSTALLS_SHLIB= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" + post-extract: @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ 's|-release \@LT_RELEASE\@||g' |