diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-12 07:31:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-12 07:31:52 +0800 |
commit | 490be79d1a7cd69130159195a0dbbde3bc5bdbaa (patch) | |
tree | 16cbd40e3549c077b5be7da3149cdcd33c8fcd94 /archivers | |
parent | ec06a9edac6fc04b939b095a553eaf660b53b6fe (diff) | |
download | freebsd-ports-gnome-490be79d1a7cd69130159195a0dbbde3bc5bdbaa.tar.gz freebsd-ports-gnome-490be79d1a7cd69130159195a0dbbde3bc5bdbaa.tar.zst freebsd-ports-gnome-490be79d1a7cd69130159195a0dbbde3bc5bdbaa.zip |
Convert to USES=dos2unix
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/py-lzma/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/py-lzma/Makefile b/archivers/py-lzma/Makefile index 89b936728012..c90934121acd 100644 --- a/archivers/py-lzma/Makefile +++ b/archivers/py-lzma/Makefile @@ -15,7 +15,7 @@ LICENSE= LGPL21 ONLY_FOR_ARCHS= i386 -USE_DOS2UNIX= yes +USES= dos2unix USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= py${PORTNAME} |