summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-02-15 14:44:04 +0000
committerjoerg <joerg@pkgsrc.org>2007-02-15 14:44:04 +0000
commit965cfcb22436f010c80cb3192a8284f4f9a6ea4c (patch)
treed5ce6c0c1806d694f893f623dfc40ce2fc0c7574 /math
parentf939ef5106d247884a7c14ad582d045e4729aa2b (diff)
downloadpkgsrc-965cfcb22436f010c80cb3192a8284f4f9a6ea4c.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.
Diffstat (limited to 'math')
-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"