Relax the mysqlclient restriction; php4 still works with the old 3.22.x
mysqlclient library
This commit is contained in:
parent
c073bcb9ec
commit
4b3a2b0cd1
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2001/01/28 14:38:30 avsm Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2001/01/28 14:39:39 avsm Exp $
|
||||
|
||||
# This port current only works with archs supporting dynamic loading
|
||||
ONLY_FOR_ARCHS= i386 m68k sparc
|
||||
@ -155,7 +155,7 @@ CONFIGURE_ARGS+= --disable-filepro
|
||||
|
||||
.if ${FLAVOR:L:Mmysql}
|
||||
CONFIGURE_ARGS+= --with-mysql=${PREFIX}
|
||||
LIB_DEPENDS+= mysqlclient.10::databases/mysql
|
||||
LIB_DEPENDS+= mysqlclient::databases/mysql
|
||||
.if ${FLAVOR:L:Mmysql_bundled}
|
||||
.BEGIN:
|
||||
@echo "Conflicting flavor: ${FLAVOR}"
|
||||
|
Loading…
Reference in New Issue
Block a user