diff options
author | danfe <danfe@FreeBSD.org> | 2013-08-09 22:29:39 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-08-09 22:29:39 +0800 |
commit | 5cc8c7e0cd1241da1437f2a1b713e6e8fa40c935 (patch) | |
tree | f4112d045c21697ca6fa7fcb2a234973f150acb3 /games | |
parent | e5e9138b70af98562b6fd9ffdc02e4fe7d4723c4 (diff) | |
download | freebsd-ports-gnome-5cc8c7e0cd1241da1437f2a1b713e6e8fa40c935.tar.gz freebsd-ports-gnome-5cc8c7e0cd1241da1437f2a1b713e6e8fa40c935.tar.zst freebsd-ports-gnome-5cc8c7e0cd1241da1437f2a1b713e6e8fa40c935.zip |
Minor last-minute changes missed in recent previous commits.
Diffstat (limited to 'games')
-rw-r--r-- | games/quake2lnx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/quake2lnx/Makefile b/games/quake2lnx/Makefile index 1d8ece26ee23..ae009eb15c88 100644 --- a/games/quake2lnx/Makefile +++ b/games/quake2lnx/Makefile @@ -4,7 +4,7 @@ PORTNAME= quake2lnx PORTVERSION= 0.16.2 PORTREVISION= 11 -CATEGORIES= games ipv6 +CATEGORIES= games MASTER_SITES= http://offload1.icculus.org/quake2/files/ DISTNAME= quake2-r${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -177,6 +177,7 @@ MAKE_ARGS+= BUILD_REDBLUE=YES .endif .if ${PORT_OPTIONS:MIPV6} +CATEGORIES+= ipv6 MAKE_ARGS+= HAVE_IPV6=YES .endif |