diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-05-29 03:15:34 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2020-05-29 03:15:34 +0000 |
commit | b123e5dd0758047f772396870b5c81d59215f9f8 (patch) | |
tree | eb0b5e698613f7037df9878b5cbb7a4f6e4acfc2 /graphics/ipe/Makefile | |
parent | 7b1f152cd6e79c96196f91551d91a4ce6506f4d4 (diff) | |
download | ports-b123e5dd0758047f772396870b5c81d59215f9f8.tar.gz ports-b123e5dd0758047f772396870b5c81d59215f9f8.zip |
Notes
Diffstat (limited to 'graphics/ipe/Makefile')
-rw-r--r-- | graphics/ipe/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/ipe/Makefile b/graphics/ipe/Makefile index 3f124131565b..463cf6c91d57 100644 --- a/graphics/ipe/Makefile +++ b/graphics/ipe/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ipe -PORTVERSION= 7.2.15 +PORTVERSION= 7.2.18 DISTVERSIONSUFFIX= -src CATEGORIES= graphics MASTER_SITES= https://dl.bintray.com/otfried/generic/ipe/${PORTVERSION:R}/ @@ -13,8 +13,10 @@ COMMENT= Extensible vector graphics editor with LaTeX support LICENSE= GPLv3+ RUN_DEPENDS= xdg-open:devel/xdg-utils -LIB_DEPENDS= libpng.so:graphics/png \ - libfreetype.so:print/freetype2 +LIB_DEPENDS= libcurl.so:ftp/curl \ + libfreetype.so:print/freetype2 \ + libgsl.so:math/gsl \ + libpng.so:graphics/png USES= compiler:c++11-lib gmake gnome jpeg lua:52 pkgconfig qt:5 USE_GNOME= cairo |