aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-09-19 05:59:59 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-09-19 05:59:59 +0000
commit7cdceaabece80f0afbfb406cd3826f3804b3e27a (patch)
tree3646a617cdee967ec4fd2a3ebe6ea9fe64260f82 /print
parent3ceaf67b19475af3c5c4b66b886b717c25fc9378 (diff)
downloadports-7cdceaabece80f0afbfb406cd3826f3804b3e27a.tar.gz
ports-7cdceaabece80f0afbfb406cd3826f3804b3e27a.zip
print/scribus-devel: fix icons
Limit end line replacement to text files. PR: 249372 Reported by: ohartmann@walstatt.org
Notes
Notes: svn path=/head/; revision=548943
Diffstat (limited to 'print')
-rw-r--r--print/scribus-devel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/scribus-devel/Makefile b/print/scribus-devel/Makefile
index 7857096f38cb..9f4f0c1638a8 100644
--- a/print/scribus-devel/Makefile
+++ b/print/scribus-devel/Makefile
@@ -3,7 +3,7 @@
PORTNAME= scribus
PORTVERSION= 1.5.5
-PORTREVISION= 18
+PORTREVISION= 19
CATEGORIES= print editors
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \
http://www.scribus.net/downloads/${PORTVERSION}/
@@ -40,6 +40,7 @@ USES= cmake compiler:gcc-c++11-lib desktop-file-utils dos2unix gnome \
jpeg pkgconfig qt:5 shared-mime-info ssl tar:xz
USE_QT= buildtools_build core declarative gui linguisttools_build \
network opengl printsupport qmake_build widgets xml
+DOS2UNIX_REGEX= .*\.(cpp|h|txt)
USE_GNOME= libxml2
INSTALLS_ICONS= yes
USE_LDCONFIG= yes