diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-15 14:44:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-15 14:44:04 +0000 |
commit | f2d85189ba3ebc6fd4fc360df8bf521880841a36 (patch) | |
tree | d5ce6c0c1806d694f893f623dfc40ce2fc0c7574 | |
parent | f937c52b79eb8ebb3e68936fe0b308d48f8a1a55 (diff) | |
download | pkgsrc-f2d85189ba3ebc6fd4fc360df8bf521880841a36.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/Makefile | 4 |
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" |