aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--games/nethack32/Makefile4
-rw-r--r--games/nethack33/Makefile4
-rw-r--r--games/nethack34/Makefile4
-rw-r--r--japanese/nethack32/Makefile4
-rw-r--r--japanese/nethack34/Makefile4
5 files changed, 10 insertions, 10 deletions
diff --git a/games/nethack32/Makefile b/games/nethack32/Makefile
index cf2d7e02e21c..e88ec2c44ed1 100644
--- a/games/nethack32/Makefile
+++ b/games/nethack32/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nethack
PORTVERSION= 3.2.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -25,7 +25,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-3.2.2
LATEST_LINK= nethack32
USE_GMAKE= yes
-USE_XPM= yes
+USE_XORG= xaw xpm
PLIST_SUB= HACKNAME="${HACKNAME}" \
HACKEXT="${HACKEXT}"
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"
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile
index 82a41882fee5..75faaf5a2db5 100644
--- a/games/nethack34/Makefile
+++ b/games/nethack34/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nethack
PORTVERSION= 3.4.3
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES?= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -33,7 +33,7 @@ HACKDIR?= lib/${HACKNAME}
HACKDOCSDIR?= share/doc/${HACKNAME}
.if !defined(PKGNAMESUFFIX)
-USE_XPM= yes
+USE_XORG= xaw xpm
GRAPHICS= X11_GRAPHICS
.else
.if ${PKGNAMESUFFIX} == "-gnome"
diff --git a/japanese/nethack32/Makefile b/japanese/nethack32/Makefile
index ec1b1be89792..8c3d87eba0f2 100644
--- a/japanese/nethack32/Makefile
+++ b/japanese/nethack32/Makefile
@@ -7,7 +7,7 @@
PORTNAME= nethack
PORTVERSION= 1.0.5.19970924
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= japanese games
MASTER_SITES= ftp://ftp.nethack.org/pub/nethack/nh322/src/ \
ftp://ftp.wtower.com/nethack/sources/
@@ -26,7 +26,7 @@ NO_LATEST_LINK= yes
.include <bsd.port.pre.mk>
-USE_XPM= yes
+USE_XORG= xaw xpm
USE_GMAKE= yes
MAN6= dlb.6 dgn_comp.6 lev_comp.6 nethack.6 recover.6
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"