diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 08:44:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 08:44:34 +0000 |
commit | 1e279835ef6ba3461c85f942997cf0423932931d (patch) | |
tree | 895a08167365c2b2a5b2fc16ab943f11deef341b /games/d2x-xl | |
parent | 70aa826515fc2aa303c3f241335701add506bb58 (diff) | |
download | ports-1e279835ef6ba3461c85f942997cf0423932931d.tar.gz ports-1e279835ef6ba3461c85f942997cf0423932931d.zip |
Notes
Diffstat (limited to 'games/d2x-xl')
-rw-r--r-- | games/d2x-xl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/d2x-xl/Makefile b/games/d2x-xl/Makefile index f1f4e2660a2e..6061428e7b74 100644 --- a/games/d2x-xl/Makefile +++ b/games/d2x-xl/Makefile @@ -24,11 +24,11 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-debug --enable-release=yes \ --with-sharepath=${PREFIX}/share/d2x-xl USE_SDL= sdl mixer image -USES= gmake motif +USES= dos2unix gmake motif USE_AUTOTOOLS= aclocal autoheader automake autoconf AUTOMAKE_ARGS= --add-missing --copy -USE_DOS2UNIX= missing depcomp +DOS2UNIX_FILES= missing depcomp SUB_FILES= pkg-message |