specify autoconf version and especially USE_LIBTOOL!

This commit is contained in:
steven 2007-07-30 15:36:34 +00:00
parent 1e06dd30cc
commit 9ee2bdca3f

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/07/28 21:37:26 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2007/07/30 15:36:34 steven Exp $
COMMENT= trivial database library
DISTNAME= tdb-1.0.6
PKGNAME= ${DISTNAME}p0
CATEGORIES= databases
SHARED_LIBS+= tdb 1.0
@ -16,5 +17,7 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tdb/}
CONFIGURE_STYLE=autoconf
AUTOCONF_VERSION=2.13
USE_LIBTOOL= Yes
.include <bsd.port.mk>