diff options
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 910ce22b8034..24eb07ef4d06 100644 --- a/graphics/rawstudio/Makefile +++ b/graphics/rawstudio/Makefile @@ -10,6 +10,8 @@ WWW= https://rawstudio.org/ LICENSE= GPLv2+ +BROKEN= Fails to build with libxml2 2.13+, error: use of undeclared identifier 'xmlDocPtr' + BUILD_DEPENDS= ${LOCALBASE}/include/fftw3.h:math/fftw3 LIB_DEPENDS= libcurl.so:ftp/curl \ liblcms.so:graphics/lcms \ |