diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-03-15 07:48:12 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-03-15 07:48:12 +0000 |
commit | fccaacba2bfb8de2d5db805f801cb045e5a9b6f4 (patch) | |
tree | 3891be7b9a7c5f4b88c291100ae2951a28fcf7a6 /databases/db46 | |
parent | 77997466fcb9e4a0fecef5846c9490a731e5f565 (diff) | |
download | ports-fccaacba2bfb8de2d5db805f801cb045e5a9b6f4.tar.gz ports-fccaacba2bfb8de2d5db805f801cb045e5a9b6f4.zip |
Notes
Diffstat (limited to 'databases/db46')
-rw-r--r-- | databases/db46/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/db46/Makefile b/databases/db46/Makefile index 40d7029d49a7..733ebceefbca 100644 --- a/databases/db46/Makefile +++ b/databases/db46/Makefile @@ -34,8 +34,6 @@ GNU_CONFIGURE= yes CONFIGURE_SCRIPT= ../dist/configure LIBTOOLFILES= ${CONFIGURE_SCRIPT} BDBVER= ${PORTVERSION:R:R} -BDBMINOR= ${BDBVER:E:S/^\.//} -BDBDIR= BerkeleyDB.${BDBVER} CONFIGURE_ARGS= --enable-compat185 --enable-dump185 \ --enable-cxx --enable-dynamic \ --enable-rpc \ |