diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-25 21:59:18 +0800 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-25 21:59:18 +0800 |
commit | 792213815df796ca364e139835660db0f1ab3474 (patch) | |
tree | 1d27ca2d039529c76a566a8c0a9c299a70c97787 /math/qtiplot | |
parent | 52db30d1fc7cdf78804c4c89cd1218a671cbe766 (diff) | |
download | freebsd-ports-gnome-792213815df796ca364e139835660db0f1ab3474.tar.gz freebsd-ports-gnome-792213815df796ca364e139835660db0f1ab3474.tar.zst freebsd-ports-gnome-792213815df796ca364e139835660db0f1ab3474.zip |
- Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE if it's
already defined
- Remove OPTIONS_DEFINE, if it contains only global options
Diffstat (limited to 'math/qtiplot')
-rw-r--r-- | math/qtiplot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/qtiplot/Makefile b/math/qtiplot/Makefile index 283abca378eb..1434caa159ef 100644 --- a/math/qtiplot/Makefile +++ b/math/qtiplot/Makefile @@ -33,7 +33,7 @@ DESKTOP_ENTRIES="QtiPlot" "Data analysis and plotting" \ "${DATADIR}/qtiplot.png" \ "qtiplot" "" false -OPTIONS_DEFINE= DOCS PYTHON +OPTIONS_DEFINE= DOCS PYTHON NLS OPTIONS_DEFAULT= ${OPTIONS_DEFINE} DOCS_DESC= Install the QtiPlot Handbook |