diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-25 13:59:18 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-03-25 13:59:18 +0000 |
commit | 792213815df796ca364e139835660db0f1ab3474 (patch) | |
tree | 1d27ca2d039529c76a566a8c0a9c299a70c97787 /graphics/xaos | |
parent | 52db30d1fc7cdf78804c4c89cd1218a671cbe766 (diff) | |
download | ports-792213815df796ca364e139835660db0f1ab3474.tar.gz ports-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
Notes
Notes:
svn path=/head/; revision=315222
Diffstat (limited to 'graphics/xaos')
-rw-r--r-- | graphics/xaos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile index 28db455f8588..cc3005f4533b 100644 --- a/graphics/xaos/Makefile +++ b/graphics/xaos/Makefile @@ -16,7 +16,7 @@ USE_XORG= x11 xext GNU_CONFIGURE= yes USE_GMAKE= yes -OPTIONS_DEFINE= GTK2 PTHREAD +OPTIONS_DEFINE= GTK2 PTHREAD NLS GTK2_DESC= GTK+ User Interface (experimental) PTHREAD_DESC= Enable SMP support (experimental) |