diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 12:43:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-11-29 12:43:13 +0000 |
commit | 5e0762a9564e268d4b9082c6548617a78306a15a (patch) | |
tree | 26fbb7dc3029f5ab0e53731f050deadcaac8f40f /games/xtic | |
parent | fce6571b9b5fb9d0680de83eb6139b8903708bb0 (diff) |
More missing dependencies.
Notes
Notes:
svn path=/head/; revision=14954
Diffstat (limited to 'games/xtic')
-rw-r--r-- | games/xtic/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/xtic/Makefile b/games/xtic/Makefile index dfb6094b4402..ed4424555a72 100644 --- a/games/xtic/Makefile +++ b/games/xtic/Makefile @@ -3,7 +3,7 @@ # Date created: 22 June 1995 # Whom: asami # -# $Id: Makefile,v 1.3 1997/12/25 22:29:22 asami Exp $ +# $Id: Makefile,v 1.4 1998/09/28 02:25:32 steve Exp $ # DISTNAME= xtic1.12 @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= games MAINTAINER= ports@FreeBSD.ORG +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + USE_IMAKE= yes MAN1= xtic.1 |