aboutsummaryrefslogtreecommitdiff
path: root/games/nethack33
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2013-10-13 20:29:33 +0000
committerGreg Lewis <glewis@FreeBSD.org>2013-10-13 20:29:33 +0000
commit5e9f4dafa50e3a9287d392315141a441d9c0282c (patch)
treed00cab3c37397fc0dd89274e51310cb381c3abad /games/nethack33
parentd30db854355435a836f4cc9db64283c724dd0feb (diff)
downloadports-5e9f4dafa50e3a9287d392315141a441d9c0282c.tar.gz
ports-5e9f4dafa50e3a9287d392315141a441d9c0282c.zip
. Remove the nethack3*-gnome ports. They are one of the last users of
deprecated versions of the Gnome libraries. Requested by: bapt@
Notes
Notes: svn path=/head/; revision=330251
Diffstat (limited to 'games/nethack33')
-rw-r--r--games/nethack33/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile
index f0210f7e0138..3ed30b553a07 100644
--- a/games/nethack33/Makefile
+++ b/games/nethack33/Makefile
@@ -37,11 +37,7 @@ PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
USE_XORG= xaw xpm
GRAPHICS= X11_GRAPHICS
.else
-.if ${PKGNAMESUFFIX} == "-gnome"
-CATEGORIES= games gnome
-USE_GNOME= gnomelibs
-GRAPHICS= GNOME_GRAPHICS
-.elif ${PKGNAMESUFFIX} == "-nox11"
+.if ${PKGNAMESUFFIX} == "-nox11"
GRAPHICS= # none
.endif
.endif
@@ -58,8 +54,7 @@ PLIST_SUB+= HACKLINK="@comment "
.endif
pre-everything::
-.if defined(WITH_GNOME_GRAPHICS) \
- || defined(WITH_TTY_GRAPHICS) || defined(WITHOUT_X11)
+.if defined(WITH_TTY_GRAPHICS) || defined(WITHOUT_X11)
@${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
@${ECHO_MSG} " You cannot install nethack and ${PKGBASE} in parallel "
@${ECHO_MSG} " But ${PKGBASE} read your prior nethack scores "
@@ -69,7 +64,6 @@ pre-everything::
.else
@${ECHO_MSG} "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
@${ECHO_MSG} " You may use the following build options: "
- @${ECHO_MSG} " WITH_GNOME_GRAPHICS=yes build with GNOME GUI "
@${ECHO_MSG} " WITH_TTY_GRAPHICS=yes build with no GUI "
@${ECHO_MSG} " WITHOUT_X11=yes same as above "
@${ECHO_MSG} " "