diff options
-rw-r--r-- | x11/xmascot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xmascot/Makefile b/x11/xmascot/Makefile index 1981331b924..c8692efe8ba 100644 --- a/x11/xmascot/Makefile +++ b/x11/xmascot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2008/11/10 17:21:39 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2009/01/26 20:58:56 joerg Exp $ DISTNAME= xmascot2.6a PKGNAME= xmascot-2.6a @@ -17,5 +17,6 @@ USE_IMAKE= yes INSTALL_MAKE_FLAGS+= LANG=ja_JP.eucJP .include "../../x11/libXaw/buildlink3.mk" +.include "../../x11/libXp/buildlink3.mk" .include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |