diff options
Diffstat (limited to 'math/octave-forge/Makefile')
-rw-r--r-- | math/octave-forge/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 17b03bfbb0d1..4769848b8287 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -7,6 +7,7 @@ PORTNAME= octave-forge PORTVERSION= 2006.03.17 +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= octave @@ -22,8 +23,6 @@ RUN_DEPENDS= octave:${PORTSDIR}/math/octave \ qhull:${PORTSDIR}/math/qhull \ bash:${PORTSDIR}/shells/bash -BROKEN= Incorrect pkg-plist - USE_GMAKE= yes GNU_CONFIGURE= yes ALL_TARGET= # empty @@ -33,7 +32,7 @@ CONFIGURE_ARGS= --with-cc=${CC} \ .include <bsd.port.pre.mk> .if ${OSVERSION} < 501000 -BROKEN= "texinfo problem" +BROKEN= texinfo problem .endif GNU_HOST= ${ARCH}-portbld-freebsd${OSREL} |