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/nethack34 | |
parent | 7e61e896ea2e48e124c1e1d3ea012a5a6219d6a7 (diff) |
Notes
Diffstat (limited to 'games/nethack34')
-rw-r--r-- | games/nethack34/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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" |