diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-08 15:00:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-08 15:00:36 +0000 |
commit | 6b868ada1f53c93e9e140d84e18d9d2c1b91f935 (patch) | |
tree | cf1935b0596f916a54c2fbb018fc78be76730b1c | |
parent | 78860dce695ca22d8082237f7f0d2e798c7dff22 (diff) | |
download | pkgsrc-6b868ada1f53c93e9e140d84e18d9d2c1b91f935.tar.gz |
Needs libXt explicitly.
-rw-r--r-- | math/R/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/R/Makefile b/math/R/Makefile index 12aa3497775..6aeac1d909c 100644 --- a/math/R/Makefile +++ b/math/R/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.86 2006/10/08 23:12:48 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.87 2007/01/08 15:00:36 joerg Exp $ DISTNAME= R-2.3.1 CATEGORIES= math @@ -92,6 +92,7 @@ CONFIGURE_ARGS+= --enable-mbcs=no .include "../../graphics/jpeg/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../math/blas/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../x11/tk/buildlink3.mk" # Generate the PLIST dynamically as it changes in each version only in a |