diff options
Diffstat (limited to 'math/oleo')
-rw-r--r-- | math/oleo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 2717e294d515..0eb30c9bf9f9 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -11,8 +11,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= gahr@FreeBSD.org COMMENT= The GNU spreadsheet for X11 and terminals -USE_PERL5_BUILD= yes -USES= bison +USE_PERL5= build +USES= bison perl5 USE_AUTOTOOLS= autoconf213 CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include |