aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libr3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libr3/Makefile')
-rw-r--r--devel/libr3/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/libr3/Makefile b/devel/libr3/Makefile
index 821149ad8ea9..53ef990a293e 100644
--- a/devel/libr3/Makefile
+++ b/devel/libr3/Makefile
@@ -16,9 +16,8 @@ LIB_DEPENDS= libcheck.so:${PORTSDIR}/devel/libcheck \
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-graphviz
-USES= libtool pkgconfig
+USES= autoreconf libtool pkgconfig
INSTALL_TARGET= install-strip
-USE_AUTOTOOLS= aclocal:env autoconf:env autoheader:env automake:env libtoolize:env
USE_GITHUB= yes
GH_ACCOUNT= c9s
@@ -30,7 +29,4 @@ post-patch:
@${REINPLACE_CMD} 's,^pkgconfigdir = .*,pkgconfigdir=$${prefix}/libdata/pkgconfig,' \
${WRKSRC}/Makefile.am
-pre-configure:
- (cd ${WRKSRC} && ./autogen.sh)
-
.include <bsd.port.mk>