diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-04-02 15:39:26 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2002-04-02 15:39:26 +0000 |
commit | f60fc31a5887eac286ae4e7a83e7b77f27f03f0d (patch) | |
tree | 756bb17f63b0e1c0aee6913c012722460da323f0 /security/fsh | |
parent | 4f50ec5e42685b3546032c05aca3999f7c9fc308 (diff) | |
download | ports-f60fc31a5887eac286ae4e7a83e7b77f27f03f0d.tar.gz ports-f60fc31a5887eac286ae4e7a83e7b77f27f03f0d.zip |
Notes
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 aea64128d1dc..64b2cde5830b 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 |