summaryrefslogtreecommitdiff
path: root/games/xjump
diff options
context:
space:
mode:
authorsnj <snj>2004-03-23 04:52:57 +0000
committersnj <snj>2004-03-23 04:52:57 +0000
commitad1ccf54b3a6d2afff2f2bce369db4e66be81c42 (patch)
treea466b53c628c92930a8e88f765683dbf8d473f85 /games/xjump
parent9c3bf0d1d26b207789d918c95375bc5da3a845c3 (diff)
downloadpkgsrc-ad1ccf54b3a6d2afff2f2bce369db4e66be81c42.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"