diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-11-22 05:18:19 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2016-11-22 05:18:19 +0000 |
commit | 48c0902902a5dc055139e8d51a15377e9841b072 (patch) | |
tree | a6b57d173ba59e1a02a4f3c8fc5236b5fec0ba08 /graphics/lximage-qt | |
parent | - Upgrade to 0.33. (diff) |
- Fix linker error
- Bump PORTREVISION
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=426779
Diffstat (limited to 'graphics/lximage-qt')
-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 |