diff options
author | dmcmahill <dmcmahill> | 2001-10-24 12:38:40 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2001-10-24 12:38:40 +0000 |
commit | 27b2545c6e724bbacb10e4ff4e82b3822c8050c1 (patch) | |
tree | a4de883f20f216e2d2753c8c61a8bd357508a0df /games | |
parent | 577c58a4d9f1b6c9d4fd7feca3ec9e7c0af9fe90 (diff) | |
download | pkgsrc-27b2545c6e724bbacb10e4ff4e82b3822c8050c1.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" |