diff options
author | krion <krion@FreeBSD.org> | 2004-11-22 17:37:56 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-11-22 17:37:56 +0800 |
commit | 3bb6e0522460f383468ceea2eb4c890d0a23a179 (patch) | |
tree | 9ccc9ca91621f0bdeab6806ed13919a01cd972ee | |
parent | 405d815370ad824c23850fe3e9f87e322d55ca1f (diff) | |
download | freebsd-ports-gnome-3bb6e0522460f383468ceea2eb4c890d0a23a179.tar.gz freebsd-ports-gnome-3bb6e0522460f383468ceea2eb4c890d0a23a179.tar.zst freebsd-ports-gnome-3bb6e0522460f383468ceea2eb4c890d0a23a179.zip |
Fix INDEX build.
Portlint.
-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 |