Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Nov 2016 05:18:20 +0000 (UTC)
From:      Olivier Duchateau <olivierd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426779 - head/graphics/lximage-qt
Message-ID:  <201611220518.uAM5IKUd052913@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611220518.uAM5IKUd052913>