diff options
author | vd <vd@FreeBSD.org> | 2012-04-21 20:03:26 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2012-04-21 20:03:26 +0800 |
commit | 463f285c64c37a7562ca1846656d0e8d7e86e6bc (patch) | |
tree | 7a594b4723b6b4c592e2f181fac2e7db5322a770 /graphics/hugin | |
parent | 383ece29caee69d5ea282b17c2fc1c25db9a82ab (diff) | |
download | freebsd-ports-gnome-463f285c64c37a7562ca1846656d0e8d7e86e6bc.tar.gz freebsd-ports-gnome-463f285c64c37a7562ca1846656d0e8d7e86e6bc.tar.zst freebsd-ports-gnome-463f285c64c37a7562ca1846656d0e8d7e86e6bc.zip |
Remove dependency on graphics/autopanosift, it is no longer required
and that software is no longer available from vendor site.
Diffstat (limited to 'graphics/hugin')
-rw-r--r-- | graphics/hugin/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 240f760e5e3b..50c570197a38 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -30,7 +30,6 @@ RUN_DEPENDS= enblend>=3.1.r20080615:${PORTSDIR}/graphics/enblend \ USE_BZIP2= yes OPTIONS= PANOMATIC "Install graphics/panomatic" on \ - AUTOPANOSIFT "Install graphics/autopano-sift" off \ AUTOPANOSIFTC "Install graphics/autopano-sift-c" on USE_CMAKE= yes @@ -110,14 +109,6 @@ post-configure: RUN_DEPENDS+= panomatic:${PORTSDIR}/graphics/panomatic .endif -.if defined(WITH_AUTOPANOSIFT) -.if defined(WITH_AUTOPANOSIFTC) -BROKEN= autopano-sift and autopano-sift-c are mutually exclusive,\ - please run 'make config' again and select at most one of them -.endif -RUN_DEPENDS+= autopanog:${PORTSDIR}/graphics/autopano-sift -.endif - .if defined(WITH_AUTOPANOSIFTC) RUN_DEPENDS+= autopano:${PORTSDIR}/graphics/autopano-sift-c .endif |