diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-02-13 00:19:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-02-13 00:19:51 +0000 |
commit | 88eeb2f25085fe27636d605cd41a3eeb08174b51 (patch) | |
tree | f15eceda3d585d02acb67c0c27c469937ce50496 /math/R-project | |
parent | 000eb6cccd7fc32465ecc344ead8ca06262f1059 (diff) |
This port requires Xlib.
Notes
Notes:
svn path=/head/; revision=16703
Diffstat (limited to 'math/R-project')
-rw-r--r-- | math/R-project/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/R-project/Makefile b/math/R-project/Makefile index ce6ef7085c0c..de380054511f 100644 --- a/math/R-project/Makefile +++ b/math/R-project/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 23 07:36:55 EST 1998 # Whom: Maurice Castro <maurice@serc.rmit.edu.au> # -# $Id: Makefile,v 1.7 1998/11/18 11:40:41 asami Exp $ +# $Id: Makefile,v 1.8 1998/11/20 04:14:58 asami Exp $ # DISTNAME= R-0.62.2 @@ -25,6 +25,7 @@ MAINTAINER= maurice@serc.rmit.edu.au BROKEN= package GNU_CONFIGURE= yes +USE_XLIB= yes USE_PERL5= yes CONFIGURE_ENV= R_PAPERSIZE=${PAPERSIZE} |