diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2002-04-02 15:39:26 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2002-04-02 15:39:26 +0000 |
commit | c6e20b2b1563558dbcd9b17b7bb622a223392644 (patch) | |
tree | 8c499bf5d7c0b20622689eddf7c8e626985cd49b /security/fsh | |
parent | a2f9942612492dea89956835ded58b164a538cf8 (diff) | |
download | FreeBSD-ports-c6e20b2b1563558dbcd9b17b7bb622a223392644.zip FreeBSD-ports-c6e20b2b1563558dbcd9b17b7bb622a223392644.tar.gz |
This port needs python from building, not running.
Diffstat (limited to 'security/fsh')
-rw-r--r-- | security/fsh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/fsh/Makefile b/security/fsh/Makefile index aea6412..64b2cde 100644 --- a/security/fsh/Makefile +++ b/security/fsh/Makefile @@ -6,12 +6,13 @@ PORTNAME= fsh PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.lysator.liu.se/fsh/ MAINTAINER= sumikawa@FreeBSD.org -RUN_DEPENDS= python:${PORTSDIR}/lang/python +BUILD_DEPENDS= python:${PORTSDIR}/lang/python GNU_CONFIGURE= yes |