aboutsummaryrefslogtreecommitdiff
path: root/comms/rtl-sdr
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-18 11:43:26 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-18 11:43:26 +0000
commit4d1cba79deb7e92b1293a7e984d0afa6b087bcfd (patch)
tree989727bf820ec7accaddd4adb926dc3f866efa25 /comms/rtl-sdr
parent0e0a3aa28cfba59e8b505c77dea4810aa04a2c4d (diff)
Convert to USES=autoreconf
Notes
Notes: svn path=/head/; revision=374897
Diffstat (limited to 'comms/rtl-sdr')
-rw-r--r--comms/rtl-sdr/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/comms/rtl-sdr/Makefile b/comms/rtl-sdr/Makefile
index f296003bb51a..0fb68209dc56 100644
--- a/comms/rtl-sdr/Makefile
+++ b/comms/rtl-sdr/Makefile
@@ -13,8 +13,7 @@ COMMENT= Commandline tool that performs SDR with RTL2832-based USB sticks
LICENSE= GPLv2
-USES= gmake pkgconfig libtool tar:tgz
-USE_AUTOTOOLS= autoconf:env aclocal:env automake:env libtoolize:env
+USES= autoreconf gmake pkgconfig libtool tar:tgz
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
@@ -28,7 +27,7 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOCS}
-BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
+DOCS_BUILD_DEPENDS+= doxygen:${PORTSDIR}/devel/doxygen
.else
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile.am
.endif
@@ -39,7 +38,4 @@ post-patch:
@${REINPLACE_CMD} 's|^pkgconfigdir =.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|' \
${WRKSRC}/Makefile.am
-pre-configure:
- @(cd ${WRKSRC} && ${AUTORECONF} -fi)
-
.include <bsd.port.mk>