diff options
author | nork <nork@FreeBSD.org> | 2007-03-11 16:50:26 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2007-03-11 16:50:26 +0800 |
commit | 3bfd3a9293fced94b9f8604b6ac6352531f57eec (patch) | |
tree | 5bff2188c3341fbf6b89b430cd4d00d0d0c765d7 /graphics/k3d | |
parent | 1b0fbcf7e2ac7581446e036565a6cd5e42012300 (diff) | |
download | freebsd-ports-gnome-3bfd3a9293fced94b9f8604b6ac6352531f57eec.tar.gz freebsd-ports-gnome-3bfd3a9293fced94b9f8604b6ac6352531f57eec.tar.zst freebsd-ports-gnome-3bfd3a9293fced94b9f8604b6ac6352531f57eec.zip |
o Update to 1.4.0
o Chase libraries version bump to depending on this port.
[NOTE]
I disabled FLTK support, so you can't use OpenEXR's applications.
Because I'm validating FLTK support.
Spotted by: Nikolaj Thygesen <nikolaj.thygesen <@> diamondbox.dk>
Obtained from: Florian Kainz <kainz <@> ilm.com>
Committed at: AsiaBSDCon 2007 in Tokyo, Japan
Memorial Committing with:
bushman, kuriyama, hrs, gnn, nobutaka, nyan, motoyuki, metal,
simokawa, akiyama, ume, rwatson, pjd, mckusick, takawata,
murray, cjh, brooks, daichi, delphij, ups, rrs
Diffstat (limited to 'graphics/k3d')
-rw-r--r-- | graphics/k3d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile index 1e857915b71b..9c34bd92910b 100644 --- a/graphics/k3d/Makefile +++ b/graphics/k3d/Makefile @@ -8,7 +8,7 @@ PORTNAME= k3d PORTVERSION= 0.4.4.0 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,7 +24,7 @@ LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ \ tiff.4:${PORTSDIR}/graphics/tiff \ Magick++.10:${PORTSDIR}/graphics/ImageMagick \ netpbm.1:${PORTSDIR}/graphics/netpbm \ - Half.2:${PORTSDIR}/graphics/OpenEXR \ + Half.4:${PORTSDIR}/graphics/OpenEXR \ gts.5:${PORTSDIR}/graphics/gts CONFLICTS= atlas-3* superlu-3* |