diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-06-14 07:59:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-06-14 07:59:34 +0000 |
commit | 15a2b1216361bd774f9734942d926138744a8857 (patch) | |
tree | 330cfaffcc78fb43a8eaab3aa8ad0e07bd558f5d /games/nethack33/Makefile | |
parent | 2322ce43b285d681fc0d8636260de1e98a37f631 (diff) | |
download | ports-15a2b1216361bd774f9734942d926138744a8857.tar.gz ports-15a2b1216361bd774f9734942d926138744a8857.zip |
Notes
Diffstat (limited to 'games/nethack33/Makefile')
-rw-r--r-- | games/nethack33/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index c99f035cccae..e7e75a08d0ea 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/Makefile @@ -3,7 +3,7 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.4 1995/04/11 00:20:17 asami Exp $ +# $Id: Makefile,v 1.5 1996/04/22 07:48:35 asami Exp $ # DISTNAME= nethack-3.2.0 @@ -13,6 +13,8 @@ MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ \ MAINTAINER= asami@FreeBSD.ORG +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + NO_WRKSUBDIR= yes USE_GMAKE= yes SHELL= /bin/sh |