diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 05:39:01 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 05:39:01 +0000 |
commit | a894149e28a62d885fc4db716614a52851065b9d (patch) | |
tree | 6b0b6545792cee4fdeeb3769b3dac6dd98a13123 /math | |
parent | abe090a8d49d341efe615ea66ae9b9fe4c6cc9ce (diff) | |
download | FreeBSD-ports-a894149e28a62d885fc4db716614a52851065b9d.zip FreeBSD-ports-a894149e28a62d885fc4db716614a52851065b9d.tar.gz |
More USE_XLIBs.
Diffstat (limited to 'math')
-rw-r--r-- | math/pari/Makefile | 3 | ||||
-rw-r--r-- | math/plplot/Makefile | 3 | ||||
-rw-r--r-- | math/simpack/Makefile | 4 |
3 files changed, 7 insertions, 3 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 8372f65..f29aa6d 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -3,7 +3,7 @@ # Date created: 6 June 1997 # Whom: Yoshiaki UCHIKAWA <yoshiaki@kt.rim.or.jp> # -# $Id: Makefile,v 1.2 1998/10/13 02:07:20 jseger Exp $ +# $Id: Makefile,v 1.3 1998/10/14 01:32:24 jseger Exp $ # DISTNAME= pari-1.39.03 @@ -13,6 +13,7 @@ MASTER_SITES= ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/ \ MAINTAINER= yoshiaki@kt.rim.or.jp +USE_XLIB= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src MAN1= gp.1 diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 055ff6f..5577944 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -3,7 +3,7 @@ # Date created: 03 Oct 1997 # Whom: Thomas Gellekum <tg@FreeBSD.ORG> # -# $Id: Makefile,v 1.5 1998/09/27 20:11:17 steve Exp $ +# $Id: Makefile,v 1.6 1998/11/14 09:43:24 asami Exp $ # DISTNAME= plplot4p99j @@ -13,6 +13,7 @@ MASTER_SITES= ftp://dino.ph.utexas.edu/plplot/distrib/alpha/ MAINTAINER= tg@FreeBSD.ORG +USE_XLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-gcc=yes --with-double=yes diff --git a/math/simpack/Makefile b/math/simpack/Makefile index 96f0e88..9bc5a3a 100644 --- a/math/simpack/Makefile +++ b/math/simpack/Makefile @@ -3,7 +3,7 @@ # Date created: 5 June 1997 # Whom: Ruslan Shevchenko <rssh@cki.ipri.kiev.ua> # -# $Id: Makefile,v 1.3 1998/09/27 20:13:13 steve Exp $ +# $Id: Makefile,v 1.4 1998/11/14 09:43:25 asami Exp $ # DISTNAME= simpack-3.0 @@ -13,6 +13,8 @@ DISTFILES= SimPack3.tar.Z MAINTAINER= rssh@cki.ipri.kiev.ua +BUILD_DEPENDS= imake:${PORTSDIR}/x11/XFree86 + WRKSRC= ${WRKDIR}/simpack .include <bsd.port.pre.mk> |