diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-02-13 01:07:38 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-02-13 01:07:38 +0000 |
commit | ef0df6c2e8f117229639da8e4f03659763b215b0 (patch) | |
tree | 848da0ed274e7d4b67db148b3cf838e7130ba71b /security/py-xmlsec | |
parent | add py-xmlsec 0.2.0 (diff) |
remove redundant USE_REINPLACE
Diffstat (limited to 'security/py-xmlsec')
-rw-r--r-- | security/py-xmlsec/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/py-xmlsec/Makefile b/security/py-xmlsec/Makefile index 815979e13dcf..29098906d0cc 100644 --- a/security/py-xmlsec/Makefile +++ b/security/py-xmlsec/Makefile @@ -18,7 +18,6 @@ COMMENT= A set of Python bindings for XML Security Library LIB_DEPENDS= xmlsec1.3:${PORTSDIR}/security/xmlsec1 -USE_REINPLACE= yes USE_PYTHON= 2.2+ USE_PYDISTUTILS= yes |