diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-01-25 11:07:50 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-01-25 11:07:50 +0000 |
commit | d79ff76e2426d87a8ad0a9731e6e4ebef6d01090 (patch) | |
tree | 563a40b6ae1519cfbef58e63b360c073f2240e7b /games/jfsw | |
parent | bb347f42ed1ff2d58ab1a4df7b3db4e811a094ce (diff) |
Make portlint happier with my ports (reorder variables)
Notes
Notes:
svn path=/head/; revision=459919
Diffstat (limited to 'games/jfsw')
-rw-r--r-- | games/jfsw/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/jfsw/Makefile b/games/jfsw/Makefile index 1cf0be56e38f..2bfcf2dbaf1e 100644 --- a/games/jfsw/Makefile +++ b/games/jfsw/Makefile @@ -17,6 +17,9 @@ LICENSE_PERMS_BuildLic= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-acc LIB_DEPENDS= libvorbisfile.so:audio/libvorbis +USES= alias dos2unix gmake pkgconfig:build +DOS2UNIX_REGEX= .*(\.(c|h)|Makefile)(\.deps)? + USE_GITHUB= yes GH_ACCOUNT= jonof GH_PROJECT= jfbuild:build jfaudiolib:audio jfmact:mact @@ -30,9 +33,6 @@ USE_GL= gl USE_GNOME= gtk20 USE_SDL= mixer sdl -USES= alias dos2unix gmake pkgconfig:build -DOS2UNIX_REGEX= .*(\.(c|h)|Makefile)(\.deps)? - NO_CDROM= Must be distributed only through the Internet and free of charge MAKE_ENV+= DATADIR="${DATADIR}" \ |