Force the use of gnu libtool here, mail/bogofilter configure script is
confused when db is built with our ports libtool.
This commit is contained in:
parent
f8b240b0c8
commit
94d407ab0f
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.26 2010/07/10 20:06:54 naddy Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.27 2010/09/22 06:50:39 landry Exp $
|
||||
|
||||
COMMENT-main= Berkeley DB package, revision ${REV}
|
||||
COMMENT-tcl= TCL bindings for Berkeley DB, revision ${REV}
|
||||
@ -15,7 +15,8 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
#XXX mail/bogofilter configure fails when using ports libtool
|
||||
USE_LIBTOOL= gnu
|
||||
|
||||
CONFIGURE_SCRIPT= ../dist/configure
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
|
Loading…
Reference in New Issue
Block a user