missing automake build_depends
spotted by naddy@
This commit is contained in:
parent
0d0797bb14
commit
3fe8cdd1d6
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.67 2017/09/26 16:14:07 giovanni Exp $
|
||||
# $OpenBSD: Makefile,v 1.68 2017/09/27 13:20:02 giovanni Exp $
|
||||
|
||||
COMMENT-main= authentication library for courier
|
||||
COMMENT-ldap= ldap authentication module for courier-authLib
|
||||
@ -39,9 +39,10 @@ EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
USE_GMAKE= Yes
|
||||
AUTOCONF_VERSION= 2.69
|
||||
AUTOMAKE_VERSION= 1.15
|
||||
# only libs/rfc822/configure.ac is patched
|
||||
AUTOCONF_DIR= ${WRKSRC}/libs/rfc822
|
||||
CONFIGURE_STYLE= autoconf
|
||||
CONFIGURE_STYLE= autoconf automake
|
||||
|
||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.63 2017/09/26 17:37:51 giovanni Exp $
|
||||
# $OpenBSD: Makefile,v 1.64 2017/09/27 13:20:02 giovanni Exp $
|
||||
|
||||
COMMENT-main= mail delivery agent with filtering abilities
|
||||
COMMENT-utils= quota tools for the Courier mail suite
|
||||
@ -27,10 +27,11 @@ PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
COMPILER = gcc
|
||||
|
||||
CONFIGURE_STYLE= autoconf
|
||||
AUTOCONF_VERSION= 2.69
|
||||
AUTOMAKE_VERSION= 1.15
|
||||
# only libs/rfc822/configure.ac is patched
|
||||
AUTOCONF_DIR= ${WRKSRC}/libs/rfc822
|
||||
CONFIGURE_STYLE= autoconf automake
|
||||
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
CPPFLAGS="${CFLAGS:C/ *$//} -I${LOCALBASE}/include" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user