diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2013-12-02 17:51:09 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2013-12-02 17:51:09 +0000 |
commit | 245d9aaee3013da16f93a52bcb281fe743eebf66 (patch) | |
tree | 169e7ac20fc6db5c420ba9165c082990bc69d3e4 /graphics/hugin/Makefile | |
parent | 37dd862fd7a47d0bb4d165375b81b8bb40287aa6 (diff) | |
download | ports-245d9aaee3013da16f93a52bcb281fe743eebf66.tar.gz ports-245d9aaee3013da16f93a52bcb281fe743eebf66.zip |
Fix python path in graphics/hugin's pkg-plist
Submitted by: makc@, kwm@, duchateau.olivier@gmail.com
Notes
Notes:
svn path=/head/; revision=335520
Diffstat (limited to 'graphics/hugin/Makefile')
-rw-r--r-- | graphics/hugin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/hugin/Makefile b/graphics/hugin/Makefile index 8bc2a3514cb4..67d768f31483 100644 --- a/graphics/hugin/Makefile +++ b/graphics/hugin/Makefile @@ -27,6 +27,7 @@ RUN_DEPENDS= enblend>=3.1.r20080615:${PORTSDIR}/graphics/enblend \ gmake:${PORTSDIR}/devel/gmake USE_BZIP2= yes +USE_PYTHON= yes OPTIONS_DEFINE= PANOMATIC AUTOPANOSIFTC OPTIONS_DEFAULT= PANOMATIC AUTOPANOSIFTC |