diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-12 17:49:06 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-12 17:49:06 +0800 |
commit | 625619956328bd955ba053174663c52190522f76 (patch) | |
tree | 8e2d643feb04654b8bf5f510f6dd42b4d767ae03 /math/eval | |
parent | 7ef0e3435d016ed27e14fe0dbd7acdbbd842efa8 (diff) | |
download | freebsd-ports-gnome-625619956328bd955ba053174663c52190522f76.tar.gz freebsd-ports-gnome-625619956328bd955ba053174663c52190522f76.tar.zst freebsd-ports-gnome-625619956328bd955ba053174663c52190522f76.zip |
Convert to USES=lha
Diffstat (limited to 'math/eval')
-rw-r--r-- | math/eval/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/eval/Makefile b/math/eval/Makefile index 033405221e8b..2bf7325e6988 100644 --- a/math/eval/Makefile +++ b/math/eval/Makefile @@ -13,7 +13,7 @@ EXTRACT_SUFX= .lha MAINTAINER= slaven@rezic.de COMMENT= A full featured floating point expression evaluator -USE_LHA= yes +USES= lha PLIST_FILES= bin/Eval |