summaryrefslogtreecommitdiff
path: root/games/xjump
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-03-23 04:52:57 +0000
committersnj <snj@pkgsrc.org>2004-03-23 04:52:57 +0000
commit46d9470f5bc511afe6ad946e6856c80b8902e416 (patch)
treea466b53c628c92930a8e88f765683dbf8d473f85 /games/xjump
parent326169077a1ea33e6ce3ca3fd58f9e44cc2eb041 (diff)
downloadpkgsrc-46d9470f5bc511afe6ad946e6856c80b8902e416.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/Makefile3
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"