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)
This commit is contained in:
parent
ab257ad82b
commit
00e9c9fad6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=296281
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue