diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-26 17:24:47 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-26 17:24:47 +0800 |
commit | 7dcd1a763487d49074d59f3a31bd151284134ebd (patch) | |
tree | 61b71e9b35b9bf982a153ac7b8823feeb60e1418 /games | |
parent | 276ff68a9b6f7cd49885d853491ee45448f0119b (diff) | |
download | freebsd-ports-gnome-7dcd1a763487d49074d59f3a31bd151284134ebd.tar.gz freebsd-ports-gnome-7dcd1a763487d49074d59f3a31bd151284134ebd.tar.zst freebsd-ports-gnome-7dcd1a763487d49074d59f3a31bd151284134ebd.zip |
Convert to USES=dos2unix
With hat: portmgr
Diffstat (limited to 'games')
-rw-r--r-- | games/pink-pony/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/pink-pony/Makefile b/games/pink-pony/Makefile index b7d005df392e..131349f76854 100644 --- a/games/pink-pony/Makefile +++ b/games/pink-pony/Makefile @@ -20,13 +20,13 @@ LIB_DEPENDS= libIL.so:${PORTSDIR}/graphics/devil \ libftgl.so:${PORTSDIR}/graphics/ftgl \ libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 -USES= pkgconfig +USES= dos2unix pkgconfig tar:bzip2 USE_BZIP2= yes USE_SCONS= yes USE_GL= gl glu USE_SDL= mixer SUB_FILES= pink-pony.sh -USE_DOS2UNIX= lib/GL/GLee.h +DOS2UNIX_FILES= lib/GL/GLee.h PORTDOCS= * PORTDATA= * |