diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-08 13:46:50 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-08-08 13:46:50 +0000 |
commit | f037e396011534f1ed63b7b625f818aaba3b07b6 (patch) | |
tree | 509f9c56f6c9e206681219518e92866874b3ae54 /comms/xastir | |
parent | 8d571a7a02a3fde266288ca6716fa8521b8ab0a0 (diff) | |
download | ports-f037e396011534f1ed63b7b625f818aaba3b07b6.tar.gz ports-f037e396011534f1ed63b7b625f818aaba3b07b6.zip |
Notes
Diffstat (limited to 'comms/xastir')
-rw-r--r-- | comms/xastir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile index 2cd2b07fad49..f4310c4db39d 100644 --- a/comms/xastir/Makefile +++ b/comms/xastir/Makefile @@ -67,7 +67,7 @@ RTREE_CONFIGURE_WITH= rtree ERRORPOP_CONFIGURE_WITH= errorpopups -BDB_USE= BDB=41+ +BDB_USES= bdb BDB_CONFIGURE_ON= --with-bdb-incdir=${BDB_INCLUDE_DIR} --with-bdb-libdir=${BDB_LIB_DIR} OPTCFLAGS_CFLAGS= -O2 -pipe |