diff options
Diffstat (limited to 'comms/openobex/Makefile')
-rw-r--r-- | comms/openobex/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/comms/openobex/Makefile b/comms/openobex/Makefile index deb840867ac0..9a7786c92efe 100644 --- a/comms/openobex/Makefile +++ b/comms/openobex/Makefile @@ -14,10 +14,11 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mad@madpilot.net COMMENT= Open source implementation of the OBEX protocol -WANT_AUTOCONF_VER= 213 +WANT_AUTOCONF_VER= 253 WANT_AUTOMAKE_VER= 14 -USE_GMAKE= yes -WANT_LIBTOOL_VER= 14 -INSTALLS_SHLIB= yes +WANT_LIBTOOL_VER= 15 +USE_GMAKE= yes +INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes .include <bsd.port.mk> |