diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-07-19 01:27:59 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-07-19 01:27:59 +0800 |
commit | 5e4a82217e65a5fa5009d480f5db5c500f13b789 (patch) | |
tree | a6eed53e9dba7f9c2cb3651d14455f50a821db93 /games/openra | |
parent | 65f51f2e018c9c27dc971252aefb519355ee5b23 (diff) | |
download | freebsd-ports-gnome-5e4a82217e65a5fa5009d480f5db5c500f13b789.tar.gz freebsd-ports-gnome-5e4a82217e65a5fa5009d480f5db5c500f13b789.tar.zst freebsd-ports-gnome-5e4a82217e65a5fa5009d480f5db5c500f13b789.zip |
Per r390886 stop pulling unnecessary GTK+ deps in my ports
Diffstat (limited to 'games/openra')
-rw-r--r-- | games/openra/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/openra/Makefile b/games/openra/Makefile index 31774b3dbd2d..c0e8cd927111 100644 --- a/games/openra/Makefile +++ b/games/openra/Makefile @@ -3,7 +3,7 @@ PORTNAME= openra PORTVERSION= 20150614 DISTVERSIONPREFIX= release- -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games # XXX Convert to USES=nuget or package dependencies instead MASTER_SITES= https://nuget.org/api/v2/package/StyleCopPlus.MSBuild/4.7.49.5?dummy=/:StyleCopPlus \ @@ -51,7 +51,6 @@ GH_PROJECT= OpenRA NO_ARCH= yes USES= gmake lua:51,run mono openal:soft USE_SDL= sdl2 -INSTALLS_ICONS= yes MAKE_ENV= prefix="${PREFIX}" MAKE_ARGS= VERSION="${GH_TAGNAME}" INSTALL_TARGET= install-all install-linux-shortcuts |