diff options
author | joerg <joerg> | 2007-02-19 19:51:17 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-19 19:51:17 +0000 |
commit | 9345e1a0edb9876a4778d52805920f8f06af442e (patch) | |
tree | 833372ee1645a0398cd824a51f0d1d8ebd3f815f /math | |
parent | 5543bf19eec9334d0e746eebc934bbc035cd9075 (diff) | |
download | pkgsrc-9345e1a0edb9876a4778d52805920f8f06af442e.tar.gz |
Modular Xorg support.
Diffstat (limited to 'math')
-rw-r--r-- | math/xlispstat/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile index 153ee26e135..9d8052924ce 100644 --- a/math/xlispstat/Makefile +++ b/math/xlispstat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/03/04 21:30:09 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2007/02/19 20:00:14 joerg Exp $ DISTNAME= xlispstat-3-52-18 PKGNAME= xlispstat-3.52.18 @@ -26,5 +26,8 @@ MAKE_ENV+= CPPFLAGS= MAKE_ENV+= DISPLAY= # Prevent 'Rejected connection' -.include "../../mk/x11.buildlink3.mk" +BUILDLINK_DEPMETHOD.libXt?= build + +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |