diff options
author | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:12:05 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-09-28 02:12:05 +0000 |
commit | 4b819b19c1080a2fbe6c366a419e1bb9ae8362fb (patch) | |
tree | e94e508620130c77493ea4bc67d5360dc2ddfd8a /games/nethack | |
parent | 643814f6fea8fafb697868a32b8eaaf1a0a323ff (diff) | |
download | ports-4b819b19c1080a2fbe6c366a419e1bb9ae8362fb.tar.gz ports-4b819b19c1080a2fbe6c366a419e1bb9ae8362fb.zip |
Notes
Diffstat (limited to 'games/nethack')
-rw-r--r-- | games/nethack/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/nethack/Makefile b/games/nethack/Makefile index d4ecc2a7d7f9..e0b2697e8635 100644 --- a/games/nethack/Makefile +++ b/games/nethack/Makefile @@ -3,7 +3,7 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.14 1998/09/15 11:13:10 asami Exp $ +# $Id: Makefile,v 1.15 1998/09/17 00:32:33 asami Exp $ # DISTNAME= nethack-3.2.2 @@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.uu.net/pub/games/nethack/sources/ \ MAINTAINER= ports@FreeBSD.ORG +BROKEN_ELF= build + LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_GMAKE= yes |