diff options
author | asami <asami@FreeBSD.org> | 1998-11-28 13:39:01 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-11-28 13:39:01 +0800 |
commit | a894149e28a62d885fc4db716614a52851065b9d (patch) | |
tree | 6b0b6545792cee4fdeeb3769b3dac6dd98a13123 /math/pari | |
parent | abe090a8d49d341efe615ea66ae9b9fe4c6cc9ce (diff) | |
download | freebsd-ports-gnome-a894149e28a62d885fc4db716614a52851065b9d.tar.gz freebsd-ports-gnome-a894149e28a62d885fc4db716614a52851065b9d.tar.zst freebsd-ports-gnome-a894149e28a62d885fc4db716614a52851065b9d.zip |
More USE_XLIBs.
Diffstat (limited to 'math/pari')
-rw-r--r-- | math/pari/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 8372f651e1f0..f29aa6d431e1 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 |