diff options
author | martymac <martymac@FreeBSD.org> | 2018-01-25 19:07:50 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2018-01-25 19:07:50 +0800 |
commit | 34183ec92f0b5dbd858176a8d7a5fb170101d211 (patch) | |
tree | 563a40b6ae1519cfbef58e63b360c073f2240e7b /games/jfsw | |
parent | f5b40e00d62e1d653598ba2b81a474dae5540cfd (diff) | |
download | freebsd-ports-gnome-34183ec92f0b5dbd858176a8d7a5fb170101d211.tar.gz freebsd-ports-gnome-34183ec92f0b5dbd858176a8d7a5fb170101d211.tar.zst freebsd-ports-gnome-34183ec92f0b5dbd858176a8d7a5fb170101d211.zip |
Make portlint happier with my ports (reorder variables)
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}" \ |