diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-15 09:47:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-15 09:47:11 +0000 |
commit | b41ebe474d9c5e06e9e8353af2159a5a4fe473bb (patch) | |
tree | fd2d50aa5a504b7a50a2dafa0d703548e9649dc0 /japanese | |
parent | 5a6c1d729a56c481fdec5a3fd78e851f16483cf0 (diff) |
Remove all options bringing gnome1 libraries
Notes
Notes:
svn path=/head/; revision=330378
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/nethack34/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/japanese/nethack34/Makefile b/japanese/nethack34/Makefile index d98e3f7e2974..93954c21f470 100644 --- a/japanese/nethack34/Makefile +++ b/japanese/nethack34/Makefile @@ -36,11 +36,7 @@ HACKDOCSDIR?= share/doc/ja/nethack USE_XORG= xaw xpm GRAPHICS= X11_GRAPHICS .else -.if ${PKGNAMESUFFIX} == "-gnome" -CATEGORIES+= gnome -USE_GNOME= gnomelibs -GRAPHICS= GNOME_GRAPHICS -.elif ${PKGNAMESUFFIX} == "-nox11" +.if ${PKGNAMESUFFIX} == "-nox11" GRAPHICS= # none .endif .endif |