diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-01-05 22:36:15 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-01-05 22:36:15 +0000 |
commit | 8a21055aa8954ac9f1d8392055ea24393560219f (patch) | |
tree | 5b52c2543a902f44315e9b956120e69687631205 /graphics | |
parent | 9312ea6bd73a7443046b9967a33e8ab266a15aaa (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fotoxx/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/fotoxx/Makefile b/graphics/fotoxx/Makefile index 9bc46f665a60..daa7612d63f2 100644 --- a/graphics/fotoxx/Makefile +++ b/graphics/fotoxx/Makefile @@ -12,13 +12,12 @@ COMMENT= Application to organize and edit image collections LICENSE= GPLv3 -LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \ ufraw-batch:${PORTSDIR}/graphics/ufraw \ exiftool:${PORTSDIR}/graphics/p5-Image-ExifTool \ dcraw:${PORTSDIR}/graphics/dcraw -USES= gmake desktop-file-utils pkgconfig +USES= execinfo gmake desktop-file-utils pkgconfig USE_GNOME= gtk30 ALL_TARGET= fotoxx |