diff options
author | danfe <danfe@FreeBSD.org> | 2007-01-08 12:00:13 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2007-01-08 12:00:13 +0800 |
commit | eab2f9f3bd63bd64713459abb324eef818353bfd (patch) | |
tree | 79343cca8714af03a5a96dff34d3423987099d94 /games | |
parent | b140f40bcb62e4f828ff286c567cfdd563763515 (diff) | |
download | freebsd-ports-gnome-eab2f9f3bd63bd64713459abb324eef818353bfd.tar.gz freebsd-ports-gnome-eab2f9f3bd63bd64713459abb324eef818353bfd.tar.zst freebsd-ports-gnome-eab2f9f3bd63bd64713459abb324eef818353bfd.zip |
Add `ipv6' virtual category since port supports IPv6.
PR: ports/106123
Submitted by: Janos Mohacsi
Diffstat (limited to 'games')
-rw-r--r-- | games/quake2lnx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake2lnx/Makefile b/games/quake2lnx/Makefile index fee56fafa335..e497149e305d 100644 --- a/games/quake2lnx/Makefile +++ b/games/quake2lnx/Makefile @@ -8,7 +8,7 @@ PORTNAME= quake2lnx PORTVERSION= 0.16.2 PORTREVISION= 4 -CATEGORIES= games +CATEGORIES= games ipv6 MASTER_SITES= http://offload1.icculus.org/quake2/files/ DISTNAME= quake2-r${PORTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} |