diff options
author | flathill <flathill@FreeBSD.org> | 1998-11-21 08:48:19 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 1998-11-21 08:48:19 +0800 |
commit | be364eb1f93180fdf2826ae36175b3e620d22077 (patch) | |
tree | 5d32caec3e5fb9a0fcda3a3b509947ec703903ba /games/nethack33/Makefile | |
parent | e88bc8e299c2c54d0697d38a1e9b022edc1a07b6 (diff) | |
download | freebsd-ports-gnome-be364eb1f93180fdf2826ae36175b3e620d22077.tar.gz freebsd-ports-gnome-be364eb1f93180fdf2826ae36175b3e620d22077.tar.zst freebsd-ports-gnome-be364eb1f93180fdf2826ae36175b3e620d22077.zip |
Fix BROKEN_ELF
Diffstat (limited to 'games/nethack33/Makefile')
-rw-r--r-- | games/nethack33/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index e0b2697e8635..b9a3ab9f8bcd 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/Makefile @@ -3,7 +3,7 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.15 1998/09/17 00:32:33 asami Exp $ +# $Id: Makefile,v 1.16 1998/09/28 02:10:56 steve Exp $ # DISTNAME= nethack-3.2.2 @@ -13,8 +13,6 @@ 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 |