diff options
-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 |