diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-22 09:37:56 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-11-22 09:37:56 +0000 |
commit | cb57edde83ff7749d774bd1f3558967e99405ca0 (patch) | |
tree | 78ae3ff8ccca038d98af4f6156fced1a0229f4a0 /math/octave-forge | |
parent | 0b8e08651dcd61ce88524fef568af3bad729d7a2 (diff) | |
download | ports-cb57edde83ff7749d774bd1f3558967e99405ca0.tar.gz ports-cb57edde83ff7749d774bd1f3558967e99405ca0.zip |
Notes
Diffstat (limited to 'math/octave-forge')
-rw-r--r-- | math/octave-forge/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 7795e63c88d3..5da234ce84ea 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -15,7 +15,7 @@ MAINTAINER= maho@FreeBSD.org COMMENT= Many additional features to math/octave BUILD_DEPENDS= ${LOCALBASE}/bin/qhull:${PORTSDIR}/math/qhull \ - ${LOCALBASE}/bin/gcsplit:${PORTSDIR}/sysutil/coreutils + ${LOCALBASE}/bin/gcsplit:${PORTSDIR}/sysutils/coreutils # ${LOCALBASE}/bin/octave:${PORTSDIR}/math/octave \ RUN_DEPENDS= ${LOCALBASE}/bin/octave:${PORTSDIR}/math/octave \ @@ -25,7 +25,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= # empty USE_REINPLACE= yes -CONFIGURE_ARGS= --with-cc=${CC} \ +CONFIGURE_ARGS= --with-cc=${CC} \ --with-cxx=${CXX} .include <bsd.port.pre.mk> @@ -34,8 +34,8 @@ CONFIGURE_ARGS= --with-cc=${CC} \ BROKEN= "texinfo problem" .endif -GNU_HOST= ${ARCH}-portbld-freebsd${OSREL} -PLIST_SUB= OCTAVE_VERSION="`${LOCALBASE}/bin/octave-config -v`" GNU_HOST=${GNU_HOST} +GNU_HOST= ${ARCH}-portbld-freebsd${OSREL} +PLIST_SUB= OCTAVE_VERSION="`${LOCALBASE}/bin/octave-config -v`" GNU_HOST=${GNU_HOST} MAN1= mex.1 |