diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-28 11:45:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-07-28 11:45:08 +0000 |
commit | d1107bb40e81d1186ea75412dd5d61d736e4d726 (patch) | |
tree | 103926d89737f146b97db5255f054196dadab9fc /graphics/panomatic/Makefile | |
parent | d89dccb61e24d9db4b71225fafab4061ae50cf51 (diff) | |
download | ports-d1107bb40e81d1186ea75412dd5d61d736e4d726.tar.gz ports-d1107bb40e81d1186ea75412dd5d61d736e4d726.zip |
Notes
Diffstat (limited to 'graphics/panomatic/Makefile')
-rw-r--r-- | graphics/panomatic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/panomatic/Makefile b/graphics/panomatic/Makefile index 7853bbdc4118..497fc8ddf529 100644 --- a/graphics/panomatic/Makefile +++ b/graphics/panomatic/Makefile @@ -13,7 +13,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= ii@any.com.ru COMMENT= A tool that automates the creation of control points -BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost +BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam \ + ${LOCALBASE}/include/boost/format.hpp:${PORTSDIR}/devel/boost-libs GNU_CONFIGURE= yes USE_BZIP2= yes |