diff options
author | steve <steve@FreeBSD.org> | 1998-09-28 02:12:05 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-09-28 02:12:05 +0000 |
commit | fd7bcbbd5ba5775344a3eb9dd102e9eee9e35f6b (patch) | |
tree | 9ab7f834fbe7b1ad07fa0080abad084777c4658c /games/nethack34 | |
parent | f87292c9fc528eedefd8a8e5d941d599c7b1fb33 (diff) | |
download | FreeBSD-ports-fd7bcbbd5ba5775344a3eb9dd102e9eee9e35f6b.zip FreeBSD-ports-fd7bcbbd5ba5775344a3eb9dd102e9eee9e35f6b.tar.gz |
Doesn't build in an ELF world.
Diffstat (limited to 'games/nethack34')
-rw-r--r-- | games/nethack34/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index d4ecc2a..e0b2697 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/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 |