diff options
author | lioux <lioux@FreeBSD.org> | 2001-04-03 04:22:20 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-04-03 04:22:20 +0000 |
commit | f205e6a87d6813047e90407cd29a90daa2c83e9d (patch) | |
tree | 144bb152bd4511d0fbcd222a4e95f59cc45db886 /dns | |
parent | e8d82dcbba9f4d264fb61ca9a26e4f1da711841b (diff) | |
download | FreeBSD-ports-f205e6a87d6813047e90407cd29a90daa2c83e9d.zip FreeBSD-ports-f205e6a87d6813047e90407cd29a90daa2c83e9d.tar.gz |
USE_PYTHON instead of RUN_DEPENDS :)
Diffstat (limited to 'dns')
-rw-r--r-- | dns/ipcheck/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dns/ipcheck/Makefile b/dns/ipcheck/Makefile index f17d6a6..9a32451 100644 --- a/dns/ipcheck/Makefile +++ b/dns/ipcheck/Makefile @@ -15,8 +15,7 @@ EXTRACT_ONLY= MAINTAINER= lioux@FreeBSD.org -RUN_DEPENDS= python:${PORTSDIR}/lang/python - +USE_PYTHON= yes NO_WRKSUBDIR= yes NO_BUILD= yes |