diff options
author | antoine <antoine@FreeBSD.org> | 2014-05-28 05:00:08 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-05-28 05:00:08 +0800 |
commit | edb74aed96d2539c382262e4646e3e93cf8b97c8 (patch) | |
tree | 6a1ebefcb0747598baa55b98d020a3221818c07e /games | |
parent | c0f0248f7d0a761cf177bd2417cb7c2a9b3ec704 (diff) | |
download | freebsd-ports-gnome-edb74aed96d2539c382262e4646e3e93cf8b97c8.tar.gz freebsd-ports-gnome-edb74aed96d2539c382262e4646e3e93cf8b97c8.tar.zst freebsd-ports-gnome-edb74aed96d2539c382262e4646e3e93cf8b97c8.zip |
Fix make patch
Diffstat (limited to 'games')
-rw-r--r-- | games/warmux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/warmux/Makefile b/games/warmux/Makefile index 5b2f736a85b3..7994ed86e6d1 100644 --- a/games/warmux/Makefile +++ b/games/warmux/Makefile @@ -19,7 +19,7 @@ CONFLICTS_INSTALL= wormux-* GNU_CONFIGURE= yes USES= dos2unix gmake pkgconfig tar:bzip2 USE_SDL= sdl image mixer ttf gfx net -DOS2UNIX_FILES= fixed_class.h +DOS2UNIX_GLOB= fixed_class.h OPTIONS_DEFINE= FRIBIDI SERVER NLS DEBUG FRIBIDI_DESC= Enable bi-directional unicode support |