diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-04 16:52:32 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-04 16:52:32 +0800 |
commit | 136f804497cb7f841d9e7c63c4671cd880cbbd12 (patch) | |
tree | 5b3a07c57741f53c6dc836f400de8802759de77e /games/freeciv | |
parent | 12194e9a65889389158b67767ee71912148fc296 (diff) | |
download | freebsd-ports-gnome-136f804497cb7f841d9e7c63c4671cd880cbbd12.tar.gz freebsd-ports-gnome-136f804497cb7f841d9e7c63c4671cd880cbbd12.tar.zst freebsd-ports-gnome-136f804497cb7f841d9e7c63c4671cd880cbbd12.zip |
Do not arbitrary rename packages
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 6d5cc1d7ef44..535d0c7c6729 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -48,7 +48,6 @@ CONFIGURE_ARGS+=--enable-client=gtk CONFLICTS= freeciv-nox11-[0-9]* PLIST_SUB+= X11="" GTK="" .else -PKGNAMESUFFIX?= -nox11 CONFIGURE_ARGS+=--enable-client=no CONFLICTS= freeciv-[0-9]* PLIST_SUB+= X11="@comment " GTK="@comment " |