automake (aclocal) is still needed; add automake BUILD_DEPENDS back in
This commit is contained in:
parent
1f85ed7a94
commit
4bf5c5a833
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.117 2019/04/02 09:37:08 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.118 2019/04/05 08:13:27 sthen Exp $
|
||||
|
||||
COMMENT-main= imap server for maildir format mailboxes
|
||||
COMMENT-pop3= pop3 server for maildir format mailboxes
|
||||
@ -32,9 +32,11 @@ WANTLIB-pop3+= iconv intl idn m pcre ${COMPILER_LIBCXX}
|
||||
USE_GMAKE= Yes
|
||||
CONFIGURE_STYLE= autoconf
|
||||
AUTOCONF_VERSION= 2.69
|
||||
AUTOMAKE_VERSION= 1.15
|
||||
|
||||
# AM_PROG_LIBTOOL, aclocal is run during build
|
||||
BUILD_DEPENDS += devel/libtool
|
||||
BUILD_DEPENDS += devel/libtool \
|
||||
${MODGNU_AUTOMAKE_DEPENDS}
|
||||
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
CXXFLAGS="-I${LOCALBASE}/include" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user