svn commit: r426779 - head/graphics/lximage-qt

Olivier Duchateau olivierd at FreeBSD.org
Tue Nov 22 05:18:21 UTC 2016


Author: olivierd
Date: Tue Nov 22 05:18:19 2016
New Revision: 426779
URL: https://svnweb.freebsd.org/changeset/ports/426779

Log:
  - Fix linker error
  - Bump PORTREVISION
  
  Reported by:	pkg-fallout

Modified:
  head/graphics/lximage-qt/Makefile

Modified: head/graphics/lximage-qt/Makefile
==============================================================================
--- head/graphics/lximage-qt/Makefile	Tue Nov 22 04:51:31 2016	(r426778)
+++ head/graphics/lximage-qt/Makefile	Tue Nov 22 05:18:19 2016	(r426779)
@@ -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


More information about the svn-ports-all mailing list