diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 17:24:47 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 17:24:47 +0800 |
commit | 912c68df95479775d8b605f468e39bb4f7914d1e (patch) | |
tree | 61b71e9b35b9bf982a153ac7b8823feeb60e1418 /print/yatex | |
parent | 796c3c772e0cdf2731621d15bfabeba92e587e6b (diff) | |
download | freebsd-ports-gnome-912c68df95479775d8b605f468e39bb4f7914d1e.tar.gz freebsd-ports-gnome-912c68df95479775d8b605f468e39bb4f7914d1e.tar.zst freebsd-ports-gnome-912c68df95479775d8b605f468e39bb4f7914d1e.zip |
Convert to USES=dos2unix
With hat: portmgr
Diffstat (limited to 'print/yatex')
-rw-r--r-- | print/yatex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/yatex/Makefile b/print/yatex/Makefile index 8e9ed45f9fe4..99cebb690407 100644 --- a/print/yatex/Makefile +++ b/print/yatex/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= hrs@FreeBSD.org COMMENT= Yet Another LaTeX mode and html mode on Emacs -USE_DOS2UNIX= yes +USES= dos2unix USE_EMACS= yes EMACS_NO_RUN_DEPENDS= yes EMACS_NO_BUILD_DEPENDS= yes |