diff options
author | mat <mat@FreeBSD.org> | 2016-08-08 21:46:50 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2016-08-08 21:46:50 +0800 |
commit | accc153f0c7ee632df7b714f1861b98898e90e7c (patch) | |
tree | 509f9c56f6c9e206681219518e92866874b3ae54 /net-im | |
parent | c333a42bbacfd478a1ae703c628fc3f6f2ce3575 (diff) | |
download | freebsd-ports-gnome-accc153f0c7ee632df7b714f1861b98898e90e7c.tar.gz freebsd-ports-gnome-accc153f0c7ee632df7b714f1861b98898e90e7c.tar.zst freebsd-ports-gnome-accc153f0c7ee632df7b714f1861b98898e90e7c.zip |
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb.
- USE_BDB=yes -> USES=bdb.
- USE_BDB=xx -> USES=bdb:xx.
Other modernisations when I see them.
PR: 209183
Sponsored by: Absolight
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/jabberd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/jabberd/Makefile b/net-im/jabberd/Makefile index eb98f6019523..9c2829618a36 100644 --- a/net-im/jabberd/Makefile +++ b/net-im/jabberd/Makefile @@ -24,9 +24,8 @@ OPTIONS_SUB= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= compiler:c11 iconv libtool perl5 tar:xz +USES= compiler:c11 iconv libtool perl5 ssl tar:xz USE_PERL5= run -USE_OPENSSL= yes USE_RC_SUBR= jabberd USE_LDCONFIG= ${PREFIX}/lib/jabberd CONFIGURE_ARGS= --localstatedir=/var \ @@ -76,7 +75,7 @@ SQLITE_LIB_DEPENDS= libsqlite3.so:databases/sqlite3 MYSQL_USE= MYSQL=yes MYSQL_CONFIGURE_ENABLE= mysql -BDB_USE= BDB=41+ +BDB_USES= bdb BDB_CONFIGURE_ENABLE= db BDB_CONFIGURE_ON= --oldincludedir=/nonexistant |