summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2012-05-09 10:11:02 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2012-05-09 10:11:02 +0000
commit00e9c9fad609a22087631737b52e0ee9a5bd52d0 (patch)
tree9be684fae64fe5fd229e8e3e7b85345a8c6f6cfa /x11-fm
parent- Update to 1.000 (diff)
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)
Notes
Notes: svn path=/head/; revision=296281
Diffstat (limited to 'x11-fm')
-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