diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-10-24 12:38:40 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-10-24 12:38:40 +0000 |
commit | 90f981c54d73f59df0d139316c592095612440cc (patch) | |
tree | a4de883f20f216e2d2753c8c61a8bd357508a0df /games | |
parent | 3be1024b8f48039cdf34f40d4419a41c849d6687 (diff) | |
download | pkgsrc-90f981c54d73f59df0d139316c592095612440cc.tar.gz |
add xpm's buildlink.mk. fixes problem in recent bulk build. fix
suggested by zuntum.
Diffstat (limited to 'games')
-rw-r--r-- | games/xscorch/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xscorch/Makefile b/games/xscorch/Makefile index 6bf15dd9fb3..4c15b926178 100644 --- a/games/xscorch/Makefile +++ b/games/xscorch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/07/26 12:36:54 zuntum Exp $ +# $NetBSD: Makefile,v 1.2 2001/10/24 12:38:40 dmcmahill Exp $ # DISTNAME= xscorch-0.1.13a @@ -17,5 +17,6 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --without-gnome .include "../../audio/libmikmod/buildlink.mk" +.include "../../graphics/xpm/buildlink.mk" .include "../../x11/gtk/buildlink.mk" .include "../../mk/bsd.pkg.mk" |