diff options
author | adam <adam@pkgsrc.org> | 2010-09-15 10:28:09 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2010-09-15 10:28:09 +0000 |
commit | 6006ddb688d71eedf1d44820b92e3fe33b126ac0 (patch) | |
tree | 658ae82057cd434e2301cff8a6f9e8429a750ad3 /graphics | |
parent | f5c04411b907b96ba9706b396b2093f73287a6f1 (diff) | |
download | pkgsrc-6006ddb688d71eedf1d44820b92e3fe33b126ac0.tar.gz |
Revbump after libpano13 update; depend on tools required for stitching
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hugin/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 4704b61fe2f..4a58f8dd115 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2010/09/14 11:02:01 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2010/09/15 10:28:09 adam Exp $ DISTNAME= hugin-2010.0.0 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hugin/} @@ -13,6 +13,11 @@ LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir +DEPENDS+= autopano-sift-C>=2.5.1:../../graphics/autopano-sift-C +DEPENDS+= panomatic>=0.9.4:../../graphics/panomatic +DEPENDS+= enblend-enfuse>=4.0:../../graphics/enblend-enfuse +DEPENDS+= p5-Image-ExifTool>=8.15:../../graphics/p5-Image-ExifTool + USE_CMAKE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes |