diff options
author | gahr <gahr@FreeBSD.org> | 2010-03-12 17:09:23 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-03-12 17:09:23 +0800 |
commit | 72311f8fa4a27dce32df1b2e2e47f611b4ab501a (patch) | |
tree | 4f8ba12dcc237834fc9d8a1700cdbaf8599e5af8 | |
parent | 0d6436d84af895120fb6240f0ac67bb1e5932846 (diff) | |
download | freebsd-ports-graphics-72311f8fa4a27dce32df1b2e2e47f611b4ab501a.tar.gz freebsd-ports-graphics-72311f8fa4a27dce32df1b2e2e47f611b4ab501a.tar.zst freebsd-ports-graphics-72311f8fa4a27dce32df1b2e2e47f611b4ab501a.zip |
- Restore previous BUILD_DEPENDS and LIB_DEPENDS lines.
Previous commit was nonsense, wrt depends.
Reported by: QAT
-rw-r--r-- | graphics/aqsis/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index d6b26b58e20..a8da4a79c49 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -16,12 +16,12 @@ MAINTAINER= gahr@FreeBSD.org COMMENT= A photorealistic rendering system LIB_DEPENDS= IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ - boost_filesystem.4:${PORTSDIR}/devel/boost-libs \ - tiff.4:${PORTSDIR}/graphics/tiff \ - fltk-threads>=0:${PORTSDIR}/x11-toolkits/fltk-threads + boost_filesystem.4:${PORTSDIR}/devel/boost-libs \ + tiff.4:${PORTSDIR}/graphics/tiff BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ - xsltproc:${PORTSDIR}/textproc/libxslt + xsltproc:${PORTSDIR}/textproc/libxslt \ + fltk-threads>=0:${PORTSDIR}/x11-toolkits/fltk-threads LDFLAGS+= -L${LOCALBASE}/lib |