aboutsummaryrefslogtreecommitdiff
path: root/japanese/nethack34
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-03-11 15:57:05 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-03-11 15:57:05 +0000
commit7357ff2a4dd6e79e7280e7b69f2a8c88d3d10827 (patch)
treedd469e3bf43c244e50a7cc09b82fe80d20a91aac /japanese/nethack34
parent7e61e896ea2e48e124c1e1d3ea012a5a6219d6a7 (diff)
downloadports-7357ff2a4dd6e79e7280e7b69f2a8c88d3d10827.tar.gz
ports-7357ff2a4dd6e79e7280e7b69f2a8c88d3d10827.zip
- Replace USE_XPM with a list of required xorg components
With hat: portmgr
Notes
Notes: svn path=/head/; revision=208826
Diffstat (limited to 'japanese/nethack34')
-rw-r--r--japanese/nethack34/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/nethack34/Makefile b/japanese/nethack34/Makefile
index 666108652008..b13faddce4ec 100644
--- a/japanese/nethack34/Makefile
+++ b/japanese/nethack34/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nethack
PORTVERSION= 3.4.3
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= japanese games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -38,7 +38,7 @@ HACKDIR?= lib/${HACKNAME}
HACKDOCSDIR?= share/doc/ja/nethack
.if !defined(PKGNAMESUFFIX)
-USE_XPM= yes
+USE_XORG= xaw xpm
GRAPHICS= X11_GRAPHICS
.else
.if ${PKGNAMESUFFIX} == "-gnome"