diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 02:07:20 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 02:07:20 +0000 |
commit | 47c43f73d943476afd91e73bffbf6c95b7d09be5 (patch) | |
tree | 321661fbcf6a9432bd033a14ab9df89632e253ea /math | |
parent | 010b6ecc76670b7f1f6552f279c3fdaf2b714f8b (diff) | |
download | ports-47c43f73d943476afd91e73bffbf6c95b7d09be5.tar.gz ports-47c43f73d943476afd91e73bffbf6c95b7d09be5.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/pari/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 7116b5416ad0..2b7c8aada586 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$ +# $Id: Makefile,v 1.1.1.1 1997/06/21 20:47:38 max Exp $ # DISTNAME= pari-1.39.03 @@ -13,6 +13,8 @@ MASTER_SITES= ftp://megrez.math.u-bordeaux.fr/pub/pari/unix/ \ MAINTAINER= yoshiaki@kt.rim.or.jp +BROKEN_ELF= yes + WRKSRC= ${WRKDIR}/${DISTNAME}/src MAN1= gp.1 |