diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-09 00:42:52 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-05-09 00:42:52 +0800 |
commit | 80bf63a1ed26ccd5020f76ba7cb11cafec14da66 (patch) | |
tree | c6581675dccaa83efd6867eee4a976d2d3c9a234 /games | |
parent | b877490d704ec5a974afba1860e7d492471ab440 (diff) | |
download | freebsd-ports-gnome-80bf63a1ed26ccd5020f76ba7cb11cafec14da66.tar.gz freebsd-ports-gnome-80bf63a1ed26ccd5020f76ba7cb11cafec14da66.tar.zst freebsd-ports-gnome-80bf63a1ed26ccd5020f76ba7cb11cafec14da66.zip |
- Convert USE_DOS2UNIX to USES
Diffstat (limited to 'games')
-rw-r--r-- | games/egoboo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/egoboo/Makefile b/games/egoboo/Makefile index 7db48a28c84a..3a9b41f88ba9 100644 --- a/games/egoboo/Makefile +++ b/games/egoboo/Makefile @@ -13,10 +13,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= amdmi3@FreeBSD.org COMMENT= A 3D dungeon crawling adventure in the spirit of NetHack -USES= gmake +USES= gmake dos2unix USE_SDL= sdl ttf mixer image USE_GL= yes -USE_DOS2UNIX= *.c +DOS2UNIX_GLOB= *.c WRKSRC= ${WRKDIR}/${DISTNAME}/game MAKEFILE= Makefile.unix |