summaryrefslogtreecommitdiff
path: root/graphics/freetype-utils
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-15 14:58:19 +0000
committerjoerg <joerg>2007-02-15 14:58:19 +0000
commit4a06afc49b178d4240d8a0a6fb890eec6e45f3f9 (patch)
tree420dde1256bf14951c892c68e4764ab127cd0134 /graphics/freetype-utils
parentbacd95d61710a9d33e01698cddafdae606d07618 (diff)
downloadpkgsrc-4a06afc49b178d4240d8a0a6fb890eec6e45f3f9.tar.gz
Modular Xorg support.
Diffstat (limited to 'graphics/freetype-utils')
-rw-r--r--graphics/freetype-utils/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/freetype-utils/Makefile b/graphics/freetype-utils/Makefile
index db18bc48a4a..d4f675ec912 100644
--- a/graphics/freetype-utils/Makefile
+++ b/graphics/freetype-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/06/17 19:41:33 minskim Exp $
+# $NetBSD: Makefile,v 1.21 2007/02/15 14:58:20 joerg Exp $
.include "../../graphics/freetype-lib/Makefile.common"
@@ -12,7 +12,8 @@ CONFIGURE_ARGS+= --with-x
BUILD_TARGET= tttest
INSTALL_TARGET= install-tttest
-.include "../../graphics/freetype-lib/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+BUILDLINK_DEPMETHOD.libXt?= build
+.include "../../graphics/freetype-lib/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"