diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-08-09 14:29:39 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-08-09 14:29:39 +0000 |
commit | 60ef4233ed58a86ecbb8880160e060addf2f7a61 (patch) | |
tree | f4112d045c21697ca6fa7fcb2a234973f150acb3 /games/quake2lnx | |
parent | 20dac3659e1a1bf001918777c3be3021b1c1e9ca (diff) | |
download | ports-60ef4233ed58a86ecbb8880160e060addf2f7a61.tar.gz ports-60ef4233ed58a86ecbb8880160e060addf2f7a61.zip |
Notes
Diffstat (limited to 'games/quake2lnx')
-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 |