svn commit: r426587 - head/x11-fm/pcmanfm-qt

Olivier Duchateau olivierd at FreeBSD.org
Sun Nov 20 13:32:38 UTC 2016


Author: olivierd
Date: Sun Nov 20 13:32:37 2016
New Revision: 426587
URL: https://svnweb.freebsd.org/changeset/ports/426587

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

Modified:
  head/x11-fm/pcmanfm-qt/Makefile

Modified: head/x11-fm/pcmanfm-qt/Makefile
==============================================================================
--- head/x11-fm/pcmanfm-qt/Makefile	Sun Nov 20 13:13:54 2016	(r426586)
+++ head/x11-fm/pcmanfm-qt/Makefile	Sun Nov 20 13:32:37 2016	(r426587)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pcmanfm-qt
 PORTVERSION=	0.11.1
+PORTREVISION=	1
 CATEGORIES=	x11-fm
 MASTER_SITES=	LXQT/${PORTNAME}
 DIST_SUBDIR=	lxqt
@@ -16,7 +17,7 @@ LIB_DEPENDS=	libmenu-cache.so:x11/menu-c
 	libfm.so:x11/libfm
 
 USES=	cmake:outsource compiler:c++11-lib desktop-file-utils \
-	gettext-runtime localbase lxqt pkgconfig tar:xz
+	gettext-runtime localbase:ldflags lxqt pkgconfig tar:xz
 USE_QT5=	buildtools_build qmake_build core dbus gui widgets \
 	x11extras
 USE_LXQT=	lxqt libfmqt


More information about the svn-ports-all mailing list