diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-11 10:30:36 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-11 10:30:36 +0000 |
commit | 1d0a04631f6df3d9284436aec552a49feaef5abc (patch) | |
tree | b277c804b6d32e64671c5642f30f40ddc6a7bac6 /games/freeciv | |
parent | d9a0fbfc59ad213386323235037b6bbb3515b8cb (diff) | |
download | ports-1d0a04631f6df3d9284436aec552a49feaef5abc.tar.gz ports-1d0a04631f6df3d9284436aec552a49feaef5abc.zip |
Notes
Diffstat (limited to 'games/freeciv')
-rw-r--r-- | games/freeciv/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index 823c55f0c8d0..ef0fbbabe47a 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/Makefile @@ -61,11 +61,7 @@ PLIST_SUB+= GTK2="@comment " PLIST_SUB+= GTK="" .else CONFLICTS= freeciv-gtk-1* freeciv-gtk2-1* -.if ${X_WINDOW_SYSTEM:L} == xorg -LIB_DEPENDS+= Xaw3d.7:${PORTSDIR}/x11-toolkits/Xaw3d -.else LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d -.endif CONFIGURE_ARGS+= --enable-client=xaw3d PLIST_SUB+= GTK="@comment " PLIST_SUB+= GTK2="@comment " |