diff options
author | asami <asami@FreeBSD.org> | 1996-06-14 15:59:34 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-06-14 15:59:34 +0800 |
commit | 5df9d3c70510d8285e669189d861eb3d7460d7e8 (patch) | |
tree | 41e1c460f64b71ece69a3b91b19f72bd83a49591 /games/nethack33-nox11 | |
parent | f8a439622e46b807af39648ff3293774d6020220 (diff) | |
download | freebsd-ports-gnome-5df9d3c70510d8285e669189d861eb3d7460d7e8.tar.gz freebsd-ports-gnome-5df9d3c70510d8285e669189d861eb3d7460d7e8.tar.zst freebsd-ports-gnome-5df9d3c70510d8285e669189d861eb3d7460d7e8.zip |
This port depends on the xpm lib.
Submitted by: Masafumi NAKANE (max@sfc.wide.ad.jp)
Diffstat (limited to 'games/nethack33-nox11')
-rw-r--r-- | games/nethack33-nox11/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/nethack33-nox11/Makefile b/games/nethack33-nox11/Makefile index c99f035cccae..e7e75a08d0ea 100644 --- a/games/nethack33-nox11/Makefile +++ b/games/nethack33-nox11/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 |