diff options
author | pav <pav@FreeBSD.org> | 2004-10-12 06:30:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-12 06:30:43 +0800 |
commit | 30fa288a23123ea2b749d25489c51765e6051296 (patch) | |
tree | bd110c3fad355fd4fbc7eae5ceb9321cf2a0fe5d /comms/openobex | |
parent | edeb6ed123a57209256c3a67578c469324c096fb (diff) | |
download | freebsd-ports-gnome-30fa288a23123ea2b749d25489c51765e6051296.tar.gz freebsd-ports-gnome-30fa288a23123ea2b749d25489c51765e6051296.tar.zst freebsd-ports-gnome-30fa288a23123ea2b749d25489c51765e6051296.zip |
- 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 <matthias.andree@web.de>
Submitted by: maintainer
Diffstat (limited to 'comms/openobex')
-rw-r--r-- | comms/openobex/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile index c2185ce391d1..fa6ea32cd9cb 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 |