diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-03-11 10:05:42 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-03-11 10:05:42 +0000 |
commit | 9870e21a41db6feb9309808dcc8183b8becd704a (patch) | |
tree | 00171acdfce93a0b16b627e2f4add8474ac7da35 /graphics/tulip/Makefile | |
parent | a7c4ac431f63ec0c92ddc979e1283935626bf7cc (diff) | |
download | ports-9870e21a41db6feb9309808dcc8183b8becd704a.tar.gz ports-9870e21a41db6feb9309808dcc8183b8becd704a.zip |
Notes
Diffstat (limited to 'graphics/tulip/Makefile')
-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 |