diff options
Diffstat (limited to 'graphics/photivo/Makefile')
-rw-r--r-- | graphics/photivo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/photivo/Makefile b/graphics/photivo/Makefile index 0f695a0fac1a..c53871d44230 100644 --- a/graphics/photivo/Makefile +++ b/graphics/photivo/Makefile @@ -23,9 +23,9 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libfftw3.so:math/fftw3 USES= cmake compiler:c++11-lib desktop-file-utils dos2unix \ - gettext-runtime jpeg pkgconfig zip + gettext-runtime gnome jpeg pkgconfig zip USE_GNOME= glib20 -DOS2UNIX_FILES= Sources/ptImage.cpp Sources/ptCheck.cpp +DOS2UNIX_FILES= Sources/ptImage.cpp Sources/ptCheck.cpp Sources/filemgmt/ptFileMgrWindow.h WRKSRC= ${WRKDIR}/${PORTNAME} |