aboutsummaryrefslogtreecommitdiffstats
path: root/games/nethack33
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-03-11 23:57:05 +0800
committerpav <pav@FreeBSD.org>2008-03-11 23:57:05 +0800
commit9cb8246d1e6454616fe095a2f3796191a11ecb9c (patch)
tree5487386646decee3f5816c8ad6356476e9a148e2 /games/nethack33
parenta55f2ef063d136ef6648bf453a0c66a1189bda68 (diff)
downloadfreebsd-ports-gnome-9cb8246d1e6454616fe095a2f3796191a11ecb9c.tar.gz
freebsd-ports-gnome-9cb8246d1e6454616fe095a2f3796191a11ecb9c.tar.zst
freebsd-ports-gnome-9cb8246d1e6454616fe095a2f3796191a11ecb9c.zip
- Replace USE_XPM with a list of required xorg components
With hat: portmgr
Diffstat (limited to 'games/nethack33')
-rw-r--r--games/nethack33/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile
index 537f96ee5080..354fa4525a20 100644
--- a/games/nethack33/Makefile
+++ b/games/nethack33/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nethack
PORTVERSION= 3.3.1
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES?= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= nethack
@@ -38,7 +38,7 @@ DOCSDIR= ${PREFIX}/share/doc/${HACKNAME}
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
.if !defined(PKGNAMESUFFIX)
-USE_XPM= yes
+USE_XORG= xaw xpm
GRAPHICS= X11_GRAPHICS
.else
.if ${PKGNAMESUFFIX} == "-gnome"