mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
- replace USE_XXX with new USES=xxx notation
This commit is contained in:
parent
b6c1d8ce53
commit
f2b79bf7de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=418090
2 changed files with 4 additions and 4 deletions
|
@ -40,7 +40,7 @@ NSS_DESC= NSS crypto driver
|
|||
SSL_DESC= OpenSSL crypto driver
|
||||
|
||||
# APR-Util Options
|
||||
BDB_USE= BDB=5+
|
||||
BDB_USES= bdb:5+
|
||||
FREETDS_LIB_DEPENDS= libsybdb.so:databases/freetds
|
||||
GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm
|
||||
LDAP_USE= OPENLDAP=yes
|
||||
|
@ -48,7 +48,7 @@ MYSQL_USE= MYSQL=yes
|
|||
NSS_LIB_DEPENDS= libnss3.so:security/nss
|
||||
PGSQL_USES= pgsql
|
||||
SQLITE_USES= sqlite
|
||||
SSL_USE= OPENSSL=yes
|
||||
SSL_USES= ssl
|
||||
|
||||
APR_WRKDIR= ${WRKDIR}/apr-${APR_VERSION}
|
||||
APU_WRKDIR= ${WRKDIR}/apr-util-${APU_VERSION}
|
||||
|
|
|
@ -49,7 +49,7 @@ WRKSRC= ${WRKDIR}/apr
|
|||
DEVRANDOM_CONFIGURE_WITH= devrandom
|
||||
|
||||
# APR-Util Options
|
||||
BDB_USE= BDB=48+
|
||||
BDB_USES= bdb:5+
|
||||
GDBM_CONFIGURE_WITH= gdbm=${LOCALBASE}
|
||||
GDBM_LIB_DEPENDS= libgdbm.so:databases/gdbm
|
||||
IPV6_CONFIGURE_ENABLE= ipv6
|
||||
|
@ -65,7 +65,7 @@ SQLITE_CONFIGURE_WITH= sqlite3=${LOCALBASE}
|
|||
SQLITE_USES= sqlite
|
||||
|
||||
# crypto
|
||||
SSL_USE= OPENSSL=yes
|
||||
SSL_USES= ssl
|
||||
SSL_CONFIGURE_WITH= openssl=${OPENSSLBASE}
|
||||
SSL_CPPFLAGS= -I${OPENSSLINC}
|
||||
SSL_LDFLAGS= -L${OPENSSLLIB}
|
||||
|
|
Loading…
Add table
Reference in a new issue