diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-14 01:32:24 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-14 01:32:24 +0000 |
commit | 22de27d28a4ec004291ea901e5a6d36af6f8f855 (patch) | |
tree | 22dd799b06afe48cb566d3f3f367e7ff42e7d011 /math | |
parent | 28270f6ee6ad8c26c8fae54bfcad698d46de93ae (diff) | |
download | FreeBSD-ports-22de27d28a4ec004291ea901e5a6d36af6f8f855.zip FreeBSD-ports-22de27d28a4ec004291ea901e5a6d36af6f8f855.tar.gz |
Unbreak.
Diffstat (limited to 'math')
-rw-r--r-- | math/pari/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 2b7c8aa..8372f65 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.1.1.1 1997/06/21 20:47:38 max Exp $ +# $Id: Makefile,v 1.2 1998/10/13 02:07:20 jseger Exp $ # DISTNAME= pari-1.39.03 @@ -13,8 +13,6 @@ 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 |