diff options
author | vd <vd@FreeBSD.org> | 2006-03-15 07:48:12 +0000 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-03-15 07:48:12 +0000 |
commit | 3b0b64e22ba7633e953d0250881b47c38cf4497b (patch) | |
tree | f2442e6490c8f0f252506afb3b5d35d90efaea16 /databases/db46 | |
parent | e11411fe5b6b575da2cbfd06ac96f89294ab3a9b (diff) | |
download | FreeBSD-ports-3b0b64e22ba7633e953d0250881b47c38cf4497b.zip FreeBSD-ports-3b0b64e22ba7633e953d0250881b47c38cf4497b.tar.gz |
Cosmetic: remove two unused variables
Approved by: Matthias Andree <matthias.andree@gmx.de> (maintainer, in a ports/93031 followup)
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 40d7029..733ebce 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 \ |