diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-11-22 13:18:19 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-11-22 13:18:19 +0800 |
commit | 06bd33c354774e5e4d6ce0f6930d47c82b4199be (patch) | |
tree | a6b57d173ba59e1a02a4f3c8fc5236b5fec0ba08 /graphics | |
parent | 3fc4a9953a46367652dfcc93046c97ba07b90e5e (diff) | |
download | freebsd-ports-gnome-06bd33c354774e5e4d6ce0f6930d47c82b4199be.tar.gz freebsd-ports-gnome-06bd33c354774e5e4d6ce0f6930d47c82b4199be.tar.zst freebsd-ports-gnome-06bd33c354774e5e4d6ce0f6930d47c82b4199be.zip |
- Fix linker error
- Bump PORTREVISION
Reported by: pkg-fallout
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/lximage-qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/lximage-qt/Makefile b/graphics/lximage-qt/Makefile index b7f787f37600..c7365b91387f 100644 --- a/graphics/lximage-qt/Makefile +++ b/graphics/lximage-qt/Makefile @@ -3,6 +3,7 @@ PORTNAME= lximage-qt PORTVERSION= 0.5.0 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= LXQT/${PORTNAME} @@ -16,7 +17,7 @@ LIB_DEPENDS= libexif.so:graphics/libexif \ libfm.so:x11/libfm USES= cmake:outsource compiler:c++11-lib desktop-file-utils gettext-runtime \ - localbase lxqt pkgconfig tar:xz + localbase:ldflags lxqt pkgconfig tar:xz USE_GNOME= glib20 USE_QT5= buildtools_build qmake_build core dbus gui printsupport \ svg widgets x11extras |