diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-03-11 18:05:42 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-03-11 18:05:42 +0800 |
commit | dcc9e8b200ab8a5206092584aca720a00b4a1b93 (patch) | |
tree | 00171acdfce93a0b16b627e2f4add8474ac7da35 /graphics | |
parent | 626ea67df28655224dfc009495f8f256db40402f (diff) | |
download | freebsd-ports-gnome-dcc9e8b200ab8a5206092584aca720a00b4a1b93.tar.gz freebsd-ports-gnome-dcc9e8b200ab8a5206092584aca720a00b4a1b93.tar.zst freebsd-ports-gnome-dcc9e8b200ab8a5206092584aca720a00b4a1b93.zip |
Convert archivers/quazip and archivers/quazip-qt5 into flavors
Approved by: portmgr (mat)
Differential Revision: https://reviews.freebsd.org/D14640
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 |