diff options
author | gahr <gahr@FreeBSD.org> | 2010-04-01 23:23:38 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-04-01 23:23:38 +0800 |
commit | 193bf96ab888a0aedc156f8de81ab9d4250a3a33 (patch) | |
tree | 82e8465c3f33addf25ffebfa2f99d01f5abd1adb /graphics/aqsis | |
parent | 835f61e3a6161c6b7657ee10496fabb897811260 (diff) | |
download | freebsd-ports-gnome-193bf96ab888a0aedc156f8de81ab9d4250a3a33.tar.gz freebsd-ports-gnome-193bf96ab888a0aedc156f8de81ab9d4250a3a33.tar.zst freebsd-ports-gnome-193bf96ab888a0aedc156f8de81ab9d4250a3a33.zip |
- Fix dependency on fltk, now that fltk-threads is gone
Reported by: itetcu
Diffstat (limited to 'graphics/aqsis')
-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 891b2ad4538c..d8eea3e8ff25 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -8,7 +8,7 @@ PORTNAME= aqsis PORTVERSION= 1.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} @@ -17,11 +17,11 @@ COMMENT= A photorealistic rendering system LIB_DEPENDS= IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ boost_filesystem.4:${PORTSDIR}/devel/boost-libs \ - tiff.4:${PORTSDIR}/graphics/tiff + tiff.4:${PORTSDIR}/graphics/tiff \ + fltk.1:${PORTSDIR}/x11-toolkits/fltk BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison \ - xsltproc:${PORTSDIR}/textproc/libxslt \ - fltk-threads>=0:${PORTSDIR}/x11-toolkits/fltk-threads + xsltproc:${PORTSDIR}/textproc/libxslt LDFLAGS+= -L${LOCALBASE}/lib |