diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 01:19:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 01:19:12 +0000 |
commit | debcbc50324f3db76d7bcce506c92f8b93c64330 (patch) | |
tree | e09459dd0ba2d9aaf5db7312a4f1b26fd09f37aa /math/oleo | |
parent | f4d6acbc42e1538f4db9f465a76ab8a10ad5176d (diff) | |
download | ports-debcbc50324f3db76d7bcce506c92f8b93c64330.tar.gz ports-debcbc50324f3db76d7bcce506c92f8b93c64330.zip |
Notes
Diffstat (limited to 'math/oleo')
-rw-r--r-- | math/oleo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 8e99e6de57d1..650b783ef120 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -1,14 +1,15 @@ # New ports collection makefile for: oleo -# Version required: 3.90 -# Date created: 03 September 1994 +# Version required: 1.6 +# Date created: 3 September 1994 # Whom: mr # -# $Id: Makefile,v 1.2 1994/11/10 19:10:57 ljo Exp $ +# $Id: Makefile,v 1.3 1995/03/24 11:10:22 asami Exp $ # DISTNAME= oleo-1.6 MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ EXTRACT_SUFX=.tar.gz + HAS_CONFIGURE=yes .include <bsd.port.mk> |