diff options
author | pav <pav@FreeBSD.org> | 2008-03-11 23:57:05 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-11 23:57:05 +0800 |
commit | 9cb8246d1e6454616fe095a2f3796191a11ecb9c (patch) | |
tree | 5487386646decee3f5816c8ad6356476e9a148e2 /japanese/nethack32 | |
parent | a55f2ef063d136ef6648bf453a0c66a1189bda68 (diff) | |
download | freebsd-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 'japanese/nethack32')
-rw-r--r-- | japanese/nethack32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |