summaryrefslogtreecommitdiffstats
path: root/www/dtse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/dtse/Makefile')
-rw-r--r--www/dtse/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/dtse/Makefile b/www/dtse/Makefile
index 1ef9ddab..77373a9 100644
--- a/www/dtse/Makefile
+++ b/www/dtse/Makefile
@@ -17,6 +17,8 @@ COMMENT= An indexing search engine for use on small websites
LICENSE= AL2
+BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/ax_check_gnu_make.m4:${PORTSDIR}/devel/autoconf-archive
+
.if defined(WITH_OPENSSL)
USE_OPENSSL= yes
CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
@@ -25,6 +27,7 @@ CONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE}
USE_PERL5= yes
USE_BZIP2= yes
USE_GMAKE= yes
+USE_AUTOTOOLS= aclocal:env automake:env autoconf:env
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}/${PORTNAME}
@@ -33,4 +36,7 @@ MAKEFILE= GNUmakefile
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+pre-configure:
+ cd ${WRKSRC}; ${SH} autogen.sh
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud