diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-12-20 10:22:08 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-12-20 10:22:08 +0800 |
commit | 679260e660451a17f4916585edd892e8450c0ade (patch) | |
tree | 9a6c764ef721ddfcf35272a346585698d9c301ec /games/openbor | |
parent | da6e1c05ba653532a46b7c3fce021962df229715 (diff) | |
download | freebsd-ports-gnome-679260e660451a17f4916585edd892e8450c0ade.tar.gz freebsd-ports-gnome-679260e660451a17f4916585edd892e8450c0ade.tar.zst freebsd-ports-gnome-679260e660451a17f4916585edd892e8450c0ade.zip |
games/openbor: unbreak patching (try#2)
Diffstat (limited to 'games/openbor')
-rw-r--r-- | games/openbor/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/openbor/Makefile b/games/openbor/Makefile index 54e222e92f9c..dc44e6941922 100644 --- a/games/openbor/Makefile +++ b/games/openbor/Makefile @@ -15,7 +15,8 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libpng.so:graphics/png \ libvpx.so:multimedia/libvpx -USES= gmake pkgconfig tar:xz +USES= dos2unix gmake pkgconfig tar:xz +DOS2UNIX_FILES= openbor.c # XXX mixed vs. svn:eol-style USE_SDL= gfx2 MAKE_ENV= BUILD_LINUX=1 SDKPATH="${LOCALBASE}" \ GCC_TARGET="${CONFIGURE_TARGET:S/amd64/x86_64/}" |