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 /databases/fortytwo-bdb | |
parent | 8d571a7a02a3fde266288ca6716fa8521b8ab0a0 (diff) | |
download | ports-f037e396011534f1ed63b7b625f818aaba3b07b6.tar.gz ports-f037e396011534f1ed63b7b625f818aaba3b07b6.zip |
Notes
Diffstat (limited to 'databases/fortytwo-bdb')
-rw-r--r-- | databases/fortytwo-bdb/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/fortytwo-bdb/Makefile b/databases/fortytwo-bdb/Makefile index 6b448406bfb3..787a93510e9f 100644 --- a/databases/fortytwo-bdb/Makefile +++ b/databases/fortytwo-bdb/Makefile @@ -14,13 +14,12 @@ COMMENT= Interface to Berkeley DB for GNUstep LICENSE= LGPL21 -USES= gnustep +USES= bdb gnustep USE_GNUSTEP= back build LIB_DEPENDS= libEncore.so:devel/fortytwo-encore DEFAULT_LIBVERSION= 0.1 USE_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} -USE_BDB= 43+ WRKSRC= ${WRKDIR}/BDB-${PORTVERSION} DOCSDIR= ${GNUSTEP_PREFIX}/Local/Library/Documentation/BDB |