From 2460005d44e9b9714a74e23ffbb35d212d1cf952 Mon Sep 17 00:00:00 2001 From: ade Date: Sat, 28 Jul 2007 06:33:59 +0000 Subject: Update to the autotools new world order. Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav --- www/mod_cplusplus/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'www') diff --git a/www/mod_cplusplus/Makefile b/www/mod_cplusplus/Makefile index 1429df8a3213..7be828dcee2b 100644 --- a/www/mod_cplusplus/Makefile +++ b/www/mod_cplusplus/Makefile @@ -16,9 +16,6 @@ COMMENT= Apache module for loading C++ objects as handlers USE_APACHE= 2.0+ USE_AUTOTOOLS= autoconf:259 autoheader:259 libtool:15 automake:19 aclocal:19 -# ${LOCALBASE}/share/aclocal19 does not contain libtool.m4 and that causes -# problems. Explicitly include ${LOCALBASE}/share/aclocal in the search -# patch since that directory does contain libtool.m4 ACLOCAL_ARGS+= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS+= -a GNU_CONFIGURE= yes -- cgit