diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-11 15:57:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-03-11 15:57:05 +0000 |
commit | 7357ff2a4dd6e79e7280e7b69f2a8c88d3d10827 (patch) | |
tree | dd469e3bf43c244e50a7cc09b82fe80d20a91aac /games/nethack32 | |
parent | 7e61e896ea2e48e124c1e1d3ea012a5a6219d6a7 (diff) |
- Replace USE_XPM with a list of required xorg components
With hat: portmgr
Notes
Notes:
svn path=/head/; revision=208826
Diffstat (limited to 'games/nethack32')
-rw-r--r-- | games/nethack32/Makefile | 4 |
1 files changed, 2 insertions, 2 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}" |