diff options
Diffstat (limited to 'math/oleo/Makefile')
-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 8e99e6d..650b783 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> |