diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 16:44:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 16:44:34 +0800 |
commit | f3d3f87b9655091c71bdeb108c5cd27678f704c1 (patch) | |
tree | 895a08167365c2b2a5b2fc16ab943f11deef341b /lang | |
parent | 285697789227d9051b6567135681c00a5de35fca (diff) | |
download | freebsd-ports-gnome-f3d3f87b9655091c71bdeb108c5cd27678f704c1.tar.gz freebsd-ports-gnome-f3d3f87b9655091c71bdeb108c5cd27678f704c1.tar.zst freebsd-ports-gnome-f3d3f87b9655091c71bdeb108c5cd27678f704c1.zip |
Convert to USES=dos2unix
With hat: portmgr
Diffstat (limited to 'lang')
-rw-r--r-- | lang/neko/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/neko/Makefile b/lang/neko/Makefile index 7e22f36aca5b..4996e69381dc 100644 --- a/lang/neko/Makefile +++ b/lang/neko/Makefile @@ -14,9 +14,8 @@ LIB_DEPENDS= gc-threaded.1:${PORTSDIR}/devel/boehm-gc-threaded ONLY_FOR_ARCHS= i386 amd64 -USES= gmake pkgconfig +USES= dos2unix gmake pkgconfig USE_AUTOTOOLS= libtool:env -USE_DOS2UNIX= yes MAKE_JOBS_UNSAFE= yes DOS2UNIX_REGEX= .*(Makefile|\.(c|h|neko|nml))$$ |