diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-02-13 09:07:38 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-02-13 09:07:38 +0800 |
commit | 3fa512375e1cc9f922e13fb9cc018c27abe61bb7 (patch) | |
tree | 337b93d266f3452867e410da16fabd9c4899329c /security/py-xmlsec | |
parent | 627d53a473269132cc22a471389b9b3d5001eefb (diff) | |
download | freebsd-ports-gnome-3fa512375e1cc9f922e13fb9cc018c27abe61bb7.tar.gz freebsd-ports-gnome-3fa512375e1cc9f922e13fb9cc018c27abe61bb7.tar.zst freebsd-ports-gnome-3fa512375e1cc9f922e13fb9cc018c27abe61bb7.zip |
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 |