diff options
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}" |