aboutsummaryrefslogtreecommitdiff
path: root/databases/py-bsddb3
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-05-04 21:41:12 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-05-04 21:41:12 +0000
commit2406d49a61ea8765af0e4569254f5dca9b0a54c7 (patch)
treedec929e55f9a1d4050bb11ff517a1459898008e0 /databases/py-bsddb3
parentecaa4f6bdb5e038a87e6dafdea98d5a741ae67fa (diff)
downloadports-2406d49a61ea8765af0e4569254f5dca9b0a54c7.tar.gz
ports-2406d49a61ea8765af0e4569254f5dca9b0a54c7.zip
Remove USE_REINPLACE from all categories starting with D
Notes
Notes: svn path=/head/; revision=161363
Diffstat (limited to 'databases/py-bsddb3')
-rw-r--r--databases/py-bsddb3/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/py-bsddb3/Makefile b/databases/py-bsddb3/Makefile
index 70c7b1521de8..14f3c155ba01 100644
--- a/databases/py-bsddb3/Makefile
+++ b/databases/py-bsddb3/Makefile
@@ -18,7 +18,6 @@ COMMENT= Python extension module for BerkeleyDB 3 and 4
USE_BDB= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-USE_REINPLACE= yes
PYDISTUTILS_CONFIGUREARGS=--libs="-l${BDB_LIB_NAME}" --berkeley-db=${LOCALBASE}
PYDISTUTILS_BUILDARGS= --libs="-l${BDB_LIB_NAME}" --berkeley-db=${LOCALBASE}
PYDISTUTILS_INSTALLARGS=-c -O1 --prefix=${PREFIX} --berkeley-db=${LOCALBASE}