summaryrefslogtreecommitdiff
path: root/graphics/autotrace/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2011-08-20 15:34:13 +0000
committerjoerg <joerg>2011-08-20 15:34:13 +0000
commitb4cae460ce27eee28b271d2c03e8202b5dd78d96 (patch)
tree8f105656231e9cd4b050dd4a8fcda9b7bb8c9512 /graphics/autotrace/Makefile
parenta23e185e679f32cef18261932e403e72f4063ade (diff)
downloadpkgsrc-b4cae460ce27eee28b271d2c03e8202b5dd78d96.tar.gz
Needs libXt for modular Xorg.
Diffstat (limited to 'graphics/autotrace/Makefile')
-rw-r--r--graphics/autotrace/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/autotrace/Makefile b/graphics/autotrace/Makefile
index df283bf9290..dd521e44e74 100644
--- a/graphics/autotrace/Makefile
+++ b/graphics/autotrace/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2011/02/07 00:37:10 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2011/08/20 15:34:13 joerg Exp $
#
DISTNAME= autotrace-0.31.1
@@ -18,5 +18,5 @@ PKGCONFIG_OVERRIDE= autotrace.pc.in
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../graphics/ImageMagick/buildlink3.mk"
-.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"