diff options
author | ade <ade@FreeBSD.org> | 2010-12-23 04:05:49 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-12-23 04:05:49 +0800 |
commit | b3eaac16d9d3e7dd232308127eb5799f815ef821 (patch) | |
tree | c68d1b2f0ef56bab6c4f255c67470c55cf424f79 /comms/gnuradio | |
parent | 7ff69e2f85702b7c6b49ce09c3f75364c4e21f85 (diff) | |
download | freebsd-ports-gnome-b3eaac16d9d3e7dd232308127eb5799f815ef821.tar.gz freebsd-ports-gnome-b3eaac16d9d3e7dd232308127eb5799f815ef821.tar.zst freebsd-ports-gnome-b3eaac16d9d3e7dd232308127eb5799f815ef821.zip |
Sync to final (for now) bsd.autotools.mk
Diffstat (limited to 'comms/gnuradio')
-rw-r--r-- | comms/gnuradio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/gnuradio/Makefile b/comms/gnuradio/Makefile index 9d450aaea1de..d37198d77c56 100644 --- a/comms/gnuradio/Makefile +++ b/comms/gnuradio/Makefile @@ -55,8 +55,10 @@ CONFIGURE_ARGS= --with-boost-include-dir="${LOCALBASE}/include/" \ LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb .endif +AUTOTOOLSFILES= aclocal.m4 + post-patch: - @${REINPLACE_CMD} -e 's|2.61|2.68|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.61|%%AUTOCONF_VERSION%%|g' ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} -e 's|^GR_FORTRAN||g' ${WRKSRC}/configure.ac @${FIND} ${WRKSRC} -type f -name "Makefile.in" | ${XARGS} \ -n 10 ${REINPLACE_CMD} -E -e \ |