diff options
author | rm <rm@FreeBSD.org> | 2017-05-09 04:12:14 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2017-05-09 04:12:14 +0800 |
commit | 28c36ecc24bbf38bb222dba90dc979f7db5d7f52 (patch) | |
tree | 36f266bd1c83ab3d4f6327f8196e05848092e264 | |
parent | 1168cce86600192b21e9508f87b96c0820c0a3bd (diff) | |
download | freebsd-ports-gnome-28c36ecc24bbf38bb222dba90dc979f7db5d7f52.tar.gz freebsd-ports-gnome-28c36ecc24bbf38bb222dba90dc979f7db5d7f52.tar.zst freebsd-ports-gnome-28c36ecc24bbf38bb222dba90dc979f7db5d7f52.zip |
deskutils/zim: add forgotten dos2unix fix
-rw-r--r-- | deskutils/zim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/zim/Makefile b/deskutils/zim/Makefile index 87f9274c4d85..ecb8d57a2697 100644 --- a/deskutils/zim/Makefile +++ b/deskutils/zim/Makefile @@ -18,7 +18,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg \ ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3 NO_ARCH= yes -USES= desktop-file-utils gettext python:-2.7 shared-mime-info +USES= desktop-file-utils dos2unix gettext python:-2.7 shared-mime-info +DOS2UNIX_FILES= zim/newfs/__init__.py USE_GNOME= pygtk2 USE_PYTHON= autoplist distutils INSTALLS_ICONS= yes |