diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-16 11:52:47 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-16 11:52:47 +0000 |
commit | 6abd00a86bbeefe0d47fdd84e916deccf66893e3 (patch) | |
tree | 7c37b7d6324eab6bc3e4c7437bc196ffd159e881 /comms/aldo | |
parent | 48d3e12a9551f7a6507dfc47ccdc164263bb1ea7 (diff) |
Notes
Diffstat (limited to 'comms/aldo')
-rw-r--r-- | comms/aldo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/aldo/Makefile b/comms/aldo/Makefile index e33b66461cd7..59fd9a90a626 100644 --- a/comms/aldo/Makefile +++ b/comms/aldo/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= ao:${PORTSDIR}/audio/libao USE_BZIP2= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:267 automake:111 libtool:22 +USE_AUTOTOOLS= autoconf:268 automake:111 libtool:22 CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ --libdir="${LOCALBASE}/lib" USE_GMAKE= yes @@ -29,7 +29,7 @@ MAN1= aldo.1 post-patch: @${REINPLACE_CMD} -e 's|1.10|1.11.1|g' ${WRKSRC}/aclocal.m4 - @${REINPLACE_CMD} -e 's|2.61|2.67|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|2.68|g' ${WRKSRC}/aclocal.m4 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/aldo ${PREFIX}/bin |