diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-04 14:33:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2018-11-04 14:33:20 +0000 |
commit | 57f41a0311a28ad47393284b2892bd06110601fb (patch) | |
tree | 0f1254d8072e40f75dd4dd4fc41bb4abf6ed01d0 /graphics/rawstudio | |
parent | 549794dda87ea67998b50683df9708a2fc1ce74c (diff) | |
download | ports-57f41a0311a28ad47393284b2892bd06110601fb.tar.gz ports-57f41a0311a28ad47393284b2892bd06110601fb.zip |
Notes
Diffstat (limited to 'graphics/rawstudio')
-rw-r--r-- | graphics/rawstudio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/rawstudio/Makefile b/graphics/rawstudio/Makefile index a3d3b52c42ea..fedbd486cbfc 100644 --- a/graphics/rawstudio/Makefile +++ b/graphics/rawstudio/Makefile @@ -12,6 +12,8 @@ COMMENT= Open-source program to read and manipulate RAW photo images LICENSE= GPLv2 +BROKEN= fails to build + LIB_DEPENDS= libpng.so:graphics/png \ liblcms.so:graphics/lcms \ libexiv2.so:graphics/exiv2 \ |