diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-28 22:41:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-28 22:41:56 +0000 |
commit | 69d931c5becb51d4c507d4192526916abd9c5665 (patch) | |
tree | dce5fad71580ac5e2d0b11c3bde76b49a3fac0be /audio/soundtouch/Makefile | |
parent | BROKEN: Unfetchable (diff) |
- Update automake19 dependency to new world order
- Still does not compile
Reported by: pointyhat
Diffstat (limited to 'audio/soundtouch/Makefile')
-rw-r--r-- | audio/soundtouch/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/soundtouch/Makefile b/audio/soundtouch/Makefile index 1b3e5ae0957f..e463c0501e6f 100644 --- a/audio/soundtouch/Makefile +++ b/audio/soundtouch/Makefile @@ -14,14 +14,15 @@ MASTER_SITES= http://www.surina.net/soundtouch/ MAINTAINER= danfe@FreeBSD.org COMMENT= An open-source audio processing library -BUILD_DEPENDS= ${LOCALBASE}/bin/automake19:${PORTSDIR}/devel/automake19 CONFIGURE_ARGS= --enable-shared=yes -USE_AUTOTOOLS= autoconf:259 libtool:15 +USE_AUTOTOOLS= autoconf:259 automake:19:env libtool:15 USE_LDCONFIG= yes +BROKEN= Does not compile + post-patch: .SILENT .for f in config.guess config.sub depcomp install-sh missing - ${LN} -sf ${LOCALBASE}/share/automake19/${f} ${WRKSRC}/config/${f} + ${LN} -sf ${LOCALBASE}/share/automake-1.9/${f} ${WRKSRC}/config/${f} .endfor ${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g; \ |