diff options
author | marino <marino@FreeBSD.org> | 2015-09-20 02:17:03 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-09-20 02:17:03 +0800 |
commit | 12d6e6499523b349f8afe80008b3f2a094a2a01c (patch) | |
tree | 218c133107a4f60dfe77ae9964de698c13b1ba01 /games | |
parent | 70b9e28f30aea2e33ad4d679edea9b42f664255d (diff) | |
download | freebsd-ports-gnome-12d6e6499523b349f8afe80008b3f2a094a2a01c.tar.gz freebsd-ports-gnome-12d6e6499523b349f8afe80008b3f2a094a2a01c.tar.zst freebsd-ports-gnome-12d6e6499523b349f8afe80008b3f2a094a2a01c.zip |
Add USES=alias to 10 ports (Aids DragonFly support)
Diffstat (limited to 'games')
-rw-r--r-- | games/edge/Makefile | 2 | ||||
-rw-r--r-- | games/jfsw/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games/edge/Makefile b/games/edge/Makefile index 16d1d1d87a37..e21e7c18f04d 100644 --- a/games/edge/Makefile +++ b/games/edge/Makefile @@ -20,7 +20,7 @@ LICENSE_COMB= dual LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ libpng.so:${PORTSDIR}/graphics/png -USES= gmake jpeg tar:bzip2 +USES= alias gmake jpeg tar:bzip2 USE_GL= glew USE_SDL= sdl MAKEFILE= Makefile.linux diff --git a/games/jfsw/Makefile b/games/jfsw/Makefile index f29396cf6b77..0055752c89e0 100644 --- a/games/jfsw/Makefile +++ b/games/jfsw/Makefile @@ -34,7 +34,7 @@ USE_GL= gl USE_GNOME= gtk20 USE_SDL= mixer sdl -USES= dos2unix gmake pkgconfig:build +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 |