diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:45:35 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-16 16:45:35 +0000 |
commit | cddacdc1a85e239682053f3716b7c685f422ebf4 (patch) | |
tree | 62ec5ad5c85e69fd9755b85db994f8c7042a1fc0 /math/oleo | |
parent | 1f7b0d3e1b562bcd76f89ebdbd346571511c07c0 (diff) | |
download | ports-cddacdc1a85e239682053f3716b7c685f422ebf4.tar.gz ports-cddacdc1a85e239682053f3716b7c685f422ebf4.zip |
Notes
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 |