diff options
author | snj <snj> | 2004-03-23 04:52:57 +0000 |
---|---|---|
committer | snj <snj> | 2004-03-23 04:52:57 +0000 |
commit | 49c53b8d910fa28b3c2dd2a1f0ecb448a2301a71 (patch) | |
tree | a466b53c628c92930a8e88f765683dbf8d473f85 /games/xjump | |
parent | 70655c85b2536d9dfd095ba2b50eb3bbfc6fb453 (diff) | |
download | pkgsrc-49c53b8d910fa28b3c2dd2a1f0ecb448a2301a71.tar.gz |
This uses xpm. No PKGREVISION bump necessary since it wouldn't have built
anywhere that the extra dependency is needed.
Diffstat (limited to 'games/xjump')
-rw-r--r-- | games/xjump/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xjump/Makefile b/games/xjump/Makefile index 27728e6b4f0..9df306c76c4 100644 --- a/games/xjump/Makefile +++ b/games/xjump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/03/12 00:01:17 snj Exp $ +# $NetBSD: Makefile,v 1.2 2004/03/23 04:52:57 snj Exp $ DISTNAME= xjump_2.7.5.orig PKGNAME= xjump-2.7.5 @@ -19,4 +19,5 @@ USE_X11= YES do-install: ${INSTALL} -g games -m 2755 ${WRKSRC}/xjump ${PREFIX}/bin/xjump +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |