fix whitespace
This commit is contained in:
parent
cb00a56584
commit
26a4bdcc05
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.18 2012/01/11 01:41:47 sthen Exp $
|
# $OpenBSD: Makefile,v 1.19 2012/01/11 02:01:59 sthen Exp $
|
||||||
|
|
||||||
SHARED_ONLY= Yes
|
SHARED_ONLY= Yes
|
||||||
|
|
||||||
@ -51,7 +51,7 @@ MULTI_PACKAGES+= -mysql
|
|||||||
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
|
CONFIGURE_ARGS+= --with-mysql=${LOCALBASE}
|
||||||
LIB_DEPENDS-mysql= databases/mysql
|
LIB_DEPENDS-mysql= databases/mysql
|
||||||
RUN_DEPENDS-mysql= ${FULLPKGNAME-main}:net/powerdns
|
RUN_DEPENDS-mysql= ${FULLPKGNAME-main}:net/powerdns
|
||||||
WANTLIB-mysql+= crypto lib/mysql/mysqlclient>=10 ssl z ${WANTLIB}
|
WANTLIB-mysql+= crypto lib/mysql/mysqlclient>=10 ssl z ${WANTLIB}
|
||||||
BACKENDS+= gmysql
|
BACKENDS+= gmysql
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
@ -107,7 +107,7 @@ WANTLIB-ldap+= asn1 com_err crypto gssapi krb5 lber-2.4 ldap_r-2.4 sasl2 ssl z
|
|||||||
BACKENDS+= ldap
|
BACKENDS+= ldap
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
BUILD_DEPENDS+= ${MODGNU_AUTOCONF_DEPENDS}
|
BUILD_DEPENDS+= ${MODGNU_AUTOCONF_DEPENDS}
|
||||||
|
|
||||||
SYSCONFDIR= ${BASESYSCONFDIR}/pdns
|
SYSCONFDIR= ${BASESYSCONFDIR}/pdns
|
||||||
|
|
||||||
@ -119,10 +119,10 @@ CONFIGURE_ARGS+= --disable-shared \
|
|||||||
--with-modules="geo" \
|
--with-modules="geo" \
|
||||||
--with-dynmodules="${BACKENDS}" \
|
--with-dynmodules="${BACKENDS}" \
|
||||||
--disable-recursor # OpenBSD lacks ucontext.h, see PR 5099
|
--disable-recursor # OpenBSD lacks ucontext.h, see PR 5099
|
||||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib"
|
LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
|
|
||||||
EXAMPLE_TABLES= tables-mysql.sql \
|
EXAMPLE_TABLES= tables-mysql.sql \
|
||||||
tables-pgsql.sql \
|
tables-pgsql.sql \
|
||||||
tables-sqlite.sql
|
tables-sqlite.sql
|
||||||
EXAMPLE_DIR= ${PREFIX}/share/examples/powerdns/
|
EXAMPLE_DIR= ${PREFIX}/share/examples/powerdns/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user