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 /games/glaxium | |
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 'games/glaxium')
-rw-r--r-- | games/glaxium/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/glaxium/Makefile b/games/glaxium/Makefile index 7535d431f73a..cd537a25c9dd 100644 --- a/games/glaxium/Makefile +++ b/games/glaxium/Makefile @@ -13,13 +13,13 @@ COMMENT= OpenGL based space-ship "shoot-em-up" game LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png -USES= gmake +USES= dos2unix gmake USE_SDL= sdl mixer USE_GL= glut GNU_CONFIGURE= yes ALL_TARGET= ${PORTNAME} -USE_DOS2UNIX= variables.cpp scene.cpp +DOS2UNIX_FILES= variables.cpp scene.cpp DESKTOP_ENTRIES= "Glaxium" \ "Space-ship \"shoot-em-up\" game" \ |