diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-30 13:14:13 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-11-30 13:14:13 +0000 |
commit | 03f33900d8ba7f3bcb5f55ffa5c926479f41da25 (patch) | |
tree | f1e38754730ca4a8efd1d9a2f899e2f6ead24125 /graphics/k3d | |
parent | Add SHA256 hashes to my ports. (diff) |
Bump PORTREVISION and change dependencies to reflect update in graphics/gts
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 96a7f8e98822..aae5d5af3154 100644 --- a/graphics/k3d/Makefile +++ b/graphics/k3d/Makefile @@ -8,7 +8,7 @@ PORTNAME= k3d PORTVERSION= 0.4.4.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,7 +25,7 @@ LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ \ Magick++.8:${PORTSDIR}/graphics/ImageMagick \ netpbm.1:${PORTSDIR}/graphics/netpbm \ Half.2:${PORTSDIR}/graphics/OpenEXR \ - gts.3:${PORTSDIR}/graphics/gts + gts.4:${PORTSDIR}/graphics/gts CONFLICTS= atlas-3* superlu-3* |