diff options
Diffstat (limited to 'math/rascal/Makefile')
-rw-r--r-- | math/rascal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/rascal/Makefile b/math/rascal/Makefile index 401ceef0962..b1f67667369 100644 --- a/math/rascal/Makefile +++ b/math/rascal/Makefile @@ -8,7 +8,7 @@ PORTNAME= rascal PORTVERSION= 0.3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,7 +19,7 @@ COMMENT= The Advanced Scientific CALculator WRKSRC= ${WRKDIR}/Rascal-${PORTVERSION} USE_GETOPT_LONG= yes -USE_BISON= yes +USE_BISON= build WANT_GNOME= yes USE_GMAKE= yes MAKE_ENV= CC="${CXX}" CFLAGS="${CXXFLAGS}" \ |