diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tulip/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index c5820e840a0c..aaeb9593b024 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -3,7 +3,7 @@ PORTNAME= tulip PORTVERSION= 4.10.0 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONSUFFIX= _src CATEGORIES= graphics MASTER_SITES= SF/auber/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -13,7 +13,7 @@ COMMENT= System dedicated to the visualization of huge graphs LICENSE= LGPL3 -LIB_DEPENDS= libquazip.so:archivers/quazip \ +LIB_DEPENDS= libquazip.so:archivers/quazip@qt4 \ libpng.so:graphics/png \ libOGDF.so:math/ogdf \ libfreetype.so:print/freetype2 |