From 30fa288a23123ea2b749d25489c51765e6051296 Mon Sep 17 00:00:00 2001 From: pav Date: Mon, 11 Oct 2004 22:30:43 +0000 Subject: - Avoid strange build failures by running of autoheader (which is the correct thing to do, since we patched config.h.in) PR: ports/71860 Reported by: Matthias Andree Submitted by: maintainer --- comms/openobex/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'comms/openobex') diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile index c2185ce391d..fa6ea32cd9c 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -15,8 +15,9 @@ MAINTAINER= mad@madpilot.net COMMENT= Open source implementation of the OBEX protocol USE_AUTOCONF_VER= 253 +USE_AUTOHEADER_VER= 253 WANT_AUTOMAKE_VER= 14 -WANT_LIBTOOL_VER= 15 +USE_LIBTOOL_VER= 15 USE_GMAKE= yes INSTALLS_SHLIB= yes GNU_CONFIGURE= yes -- cgit