diff options
-rw-r--r-- | graphics/k3d/Makefile | 4 | ||||
-rw-r--r-- | science/gerris/Makefile | 4 |
2 files changed, 4 insertions, 4 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* diff --git a/science/gerris/Makefile b/science/gerris/Makefile index 25a3e27b7f3d..800814b87080 100644 --- a/science/gerris/Makefile +++ b/science/gerris/Makefile @@ -8,7 +8,7 @@ PORTNAME= gerris PORTVERSION= 0.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gfs @@ -23,7 +23,7 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= odunkl@gmx.net COMMENT= A scientific CFD simulator -LIB_DEPENDS= gts.3:${PORTSDIR}/graphics/gts +LIB_DEPENDS= gts.4:${PORTSDIR}/graphics/gts .if !defined(WITHOUT_DX) BUILD_DEPENDS+= dx:${PORTSDIR}/graphics/opendx |