summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-15 14:44:04 +0000
committerjoerg <joerg>2007-02-15 14:44:04 +0000
commit39fe2275c3b1a09edd9ddb46c960c66d10378014 (patch)
treed5ce6c0c1806d694f893f623dfc40ce2fc0c7574
parent50d021715d6b07809a704606583a775257704d89 (diff)
downloadpkgsrc-39fe2275c3b1a09edd9ddb46c960c66d10378014.tar.gz
Modular Xorg support. A special spicy cookie goes to rillig for finding
the one way of not using mk/x11.buildlink3.mk. This was likely to be broken with classic Xorg as well.
-rw-r--r--math/xfractint/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/xfractint/Makefile b/math/xfractint/Makefile
index dbf2f04442c..e68e84bef90 100644
--- a/math/xfractint/Makefile
+++ b/math/xfractint/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/06/14 09:07:45 rillig Exp $
+# $NetBSD: Makefile,v 1.4 2007/02/15 14:44:04 joerg Exp $
#
DISTNAME= xfrac310
@@ -23,5 +23,5 @@ BUILDLINK_TRANSFORM+= l:ncurses:curses
INSTALLATION_DIRS= share/xfractint
.include "../../mk/curses.buildlink3.mk"
-.include "../../pkgtools/x11-links/buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"