aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm/qtfm
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2012-05-09 18:11:02 +0800
committermakc <makc@FreeBSD.org>2012-05-09 18:11:02 +0800
commitbeb89b79a57837a99c235acc86b77189470a59d4 (patch)
treee3e5bd48b9e5b3746d401795cd6a28731c020ff8 /x11-fm/qtfm
parent8b59519057ad652a3156d4bcfa1dd5543d3940c9 (diff)
downloadfreebsd-ports-gnome-beb89b79a57837a99c235acc86b77189470a59d4.tar.gz
freebsd-ports-gnome-beb89b79a57837a99c235acc86b77189470a59d4.tar.zst
freebsd-ports-gnome-beb89b79a57837a99c235acc86b77189470a59d4.zip
Limit DOS2UNIX conversion to *.h and *.cpp files only
Add runtime dependency on Qt imageformats PR ports/167466 (I didn't notice the second patch in PR) Submitted by: Zhihao Yuan (maintainer)
Diffstat (limited to 'x11-fm/qtfm')
-rw-r--r--x11-fm/qtfm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11-fm/qtfm/Makefile b/x11-fm/qtfm/Makefile
index d07e1c15a13f..d4a68cebf3a1 100644
--- a/x11-fm/qtfm/Makefile
+++ b/x11-fm/qtfm/Makefile
@@ -7,6 +7,7 @@
PORTNAME= qtfm
DISTVERSION= 5.4
+PORTREVISION= 1
CATEGORIES= x11-fm
MASTER_SITES= http://www.qtfm.org/
@@ -17,8 +18,10 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_DOS2UNIX= yes
+DOS2UNIX_REGEX= .*\.(h|cpp)
USE_QT_VER= 4
-QT_COMPONENTS= gui network qmake_build moc_build rcc_build
+QT_COMPONENTS= gui network qmake_build moc_build rcc_build \
+ imageformats_run
# Override -A option:
FETCH_ARGS= -Fpr