diff options
author | joerg <joerg@pkgsrc.org> | 2009-01-26 20:58:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-01-26 20:58:56 +0000 |
commit | 81b0b1a116756d29086d9be0efbef7189c0e17cc (patch) | |
tree | 0bbed994a7d4337a3a8e40cf14e969e9f17ebe55 | |
parent | cbe5feb3ca5626e6eb5eef29fdc41e43522f0cd8 (diff) | |
download | pkgsrc-81b0b1a116756d29086d9be0efbef7189c0e17cc.tar.gz |
Needs libXp nowadays.
-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" |