diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-20 04:37:42 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-20 04:37:42 +0000 |
commit | d1723cea42ea417ec235a5e837121b4c0d31b106 (patch) | |
tree | a27151794a5075783cc3aff1fe4702273472a6f7 /graphics | |
parent | 4665c743694ffa16e2205990ffe085afe4ce971e (diff) | |
download | ports-d1723cea42ea417ec235a5e837121b4c0d31b106.tar.gz ports-d1723cea42ea417ec235a5e837121b4c0d31b106.zip |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/k3d/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/k3d/Makefile b/graphics/k3d/Makefile index 8db00015d221..e468cb0042e8 100644 --- a/graphics/k3d/Makefile +++ b/graphics/k3d/Makefile @@ -8,6 +8,7 @@ PORTNAME= k3d PORTVERSION= 0.4.1.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -24,7 +25,7 @@ LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ \ Magick++.6:${PORTSDIR}/graphics/ImageMagick \ netpbm.1:${PORTSDIR}/graphics/netpbm \ Half.2:${PORTSDIR}/graphics/OpenEXR \ - gts.2:${PORTSDIR}/graphics/gts + gts.3:${PORTSDIR}/graphics/gts USE_GL= yes USE_GNOME= gnometarget gtk12 libxslt |