diff options
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 |