diff options
author | olivierd <olivierd@FreeBSD.org> | 2016-11-20 21:32:37 +0800 |
---|---|---|
committer | olivierd <olivierd@FreeBSD.org> | 2016-11-20 21:32:37 +0800 |
commit | 9eba7c005328ef6564624f551938fb1f40e0a78b (patch) | |
tree | 5ff79ff35258e944532ec2c481047a5ed4120dff /x11-fm | |
parent | 8678c65c106fa5f0cb261e686d7223c5b9835f94 (diff) | |
download | freebsd-ports-gnome-9eba7c005328ef6564624f551938fb1f40e0a78b.tar.gz freebsd-ports-gnome-9eba7c005328ef6564624f551938fb1f40e0a78b.tar.zst freebsd-ports-gnome-9eba7c005328ef6564624f551938fb1f40e0a78b.zip |
- Fix linker error
- Bump PORTREVISION
Reported by: pkg-fallout
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/pcmanfm-qt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/pcmanfm-qt/Makefile b/x11-fm/pcmanfm-qt/Makefile index b254bb350940..881953a5a23d 100644 --- a/x11-fm/pcmanfm-qt/Makefile +++ b/x11-fm/pcmanfm-qt/Makefile @@ -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-cache \ 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 |