diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 17:07:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 17:07:26 +0000 |
commit | 926c80457ba93266c92d25ce104486fc3101d852 (patch) | |
tree | 4fe3821c37cb6d078630d18fa663115222471e1a /graphics/import-pictures | |
parent | a5341091eb73a3b0935daf8915c7f79139235548 (diff) | |
download | ports-926c80457ba93266c92d25ce104486fc3101d852.tar.gz ports-926c80457ba93266c92d25ce104486fc3101d852.zip |
Notes
Diffstat (limited to 'graphics/import-pictures')
-rw-r--r-- | graphics/import-pictures/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/import-pictures/Makefile b/graphics/import-pictures/Makefile index ce243ff0fae8..b8b84ba1d30b 100644 --- a/graphics/import-pictures/Makefile +++ b/graphics/import-pictures/Makefile @@ -16,8 +16,7 @@ RUN_DEPENDS= p5-Image-ExifTool>=0:${PORTSDIR}/graphics/p5-Image-ExifTool \ p5-Time-modules>=0:${PORTSDIR}/devel/p5-Time-modules USE_BZIP2= yes -USE_GMAKE= yes -USE_PERL5= yes +USES= gmake perl5 PLIST_FILES= bin/${PORTNAME} |