diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-14 09:42:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-14 09:42:01 +0000 |
commit | 81d75f5b50a29569108df2f57d522b9b804c5a63 (patch) | |
tree | c4f97e110e227b5720918fdb11b2e8827685a1f4 /print/mp | |
parent | dc651df340f324f30bef26a146040ed8fb0f5b14 (diff) | |
download | pkgsrc-81d75f5b50a29569108df2f57d522b9b804c5a63.tar.gz |
Modular Xorg support.
Diffstat (limited to 'print/mp')
-rw-r--r-- | print/mp/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/print/mp/Makefile b/print/mp/Makefile index 1ae1b9fdfe9..1fe602d168e 100644 --- a/print/mp/Makefile +++ b/print/mp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/02/05 23:10:38 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2007/01/14 09:42:01 joerg Exp $ # DISTNAME= mpdist-3.7.1 @@ -21,5 +21,10 @@ USE_LIBTOOL= yes CONFIGURE_ARGS+=--enable-bsd-print .endif +BUILDLINK_DEPMETHOD.libXt?= build + .include "../../x11/gtk/buildlink3.mk" +.include "../../x11/libSMbuildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |