aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-BDB
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-08-08 13:46:50 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-08-08 13:46:50 +0000
commitf037e396011534f1ed63b7b625f818aaba3b07b6 (patch)
tree509f9c56f6c9e206681219518e92866874b3ae54 /databases/p5-BDB
parent8d571a7a02a3fde266288ca6716fa8521b8ab0a0 (diff)
downloadports-f037e396011534f1ed63b7b625f818aaba3b07b6.tar.gz
ports-f037e396011534f1ed63b7b625f818aaba3b07b6.zip
Notes
Diffstat (limited to 'databases/p5-BDB')
-rw-r--r--databases/p5-BDB/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/p5-BDB/Makefile b/databases/p5-BDB/Makefile
index ee56f1e62874..dd371ca36932 100644
--- a/databases/p5-BDB/Makefile
+++ b/databases/p5-BDB/Makefile
@@ -21,9 +21,8 @@ PORTSCOUT= skipv:1.801
CFLAGS+= -I${BDB_INCLUDE_DIR}
LDFLAGS+= -lpthread
-USE_BDB= yes
USE_PERL5= configure
-USES= perl5
+USES= bdb perl5
post-patch:
@${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|' ${WRKSRC}/Makefile.PL