diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 09:54:08 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-11 09:54:08 +0000 |
commit | 1539e0886b8834f28f81afd6d906ca66f87d6449 (patch) | |
tree | 3137ade6fc7774f2edb5f66cdd2d06373d9fe493 /graphics/fotofix | |
parent | b38bbaec1f3a42489de4507d108ceb14d8164ea4 (diff) | |
download | ports-1539e0886b8834f28f81afd6d906ca66f87d6449.tar.gz ports-1539e0886b8834f28f81afd6d906ca66f87d6449.zip |
Notes
Diffstat (limited to 'graphics/fotofix')
-rw-r--r-- | graphics/fotofix/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/graphics/fotofix/Makefile b/graphics/fotofix/Makefile index dff584ce1eb9..ec6aa972997e 100644 --- a/graphics/fotofix/Makefile +++ b/graphics/fotofix/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: fotofix -# Date created: 7 August 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= fotofix PORTVERSION= 0.01.1.79 @@ -19,7 +15,8 @@ RUN_DEPENDS= p5-Prima>=1.21:${PORTSDIR}/x11-toolkits/p5-Prima \ IPA>=1.03:${PORTSDIR}/graphics/IPA USE_BZIP2= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes PLIST_FILES= bin/${PORTNAME} |