diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-02-16 11:59:34 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-02-16 11:59:34 +0000 |
commit | d602d6179ddc00387dc181b2721535221403ba3e (patch) | |
tree | 2194fabb0b55a102b20e48c54b9967f83807d456 /math/octave | |
parent | d4e6576a14bc251a6ea75812e4f7f6ca73ae0154 (diff) |
Notes
Diffstat (limited to 'math/octave')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index af0ede771af0..6eaccdfb5779 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ # Date created: 28 June 1997 # Whom: chuckr@freebsd.org # -# $Id: Makefile,v 1.10 1997/08/13 17:10:48 chuckr Exp $ +# $Id: Makefile,v 1.11 1997/10/15 23:20:44 max Exp $ # DISTNAME= octave-2.0.9 @@ -14,6 +14,8 @@ MAINTAINER= chuckr@FreeBSD.ORG RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +MANUAL_PACKAGE_BUILD= "installs libreadline shared library" + HAS_CONFIGURE= yes CONFIGURE_ENV= ${SETENV} "INSTALL_DATA=$(INSTALL_DATA)" "INSTALL_PROGRAM=$(INSTALL_SCRIPT)" CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --with-f2c --enable-info --enable-shared --host=i386-unknown-freebsd |