diff options
author | makc <makc@FreeBSD.org> | 2013-03-25 21:59:18 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-03-25 21:59:18 +0800 |
commit | 52c8b8dbfabe030aebbed0798a9bb28a55a6bdb5 (patch) | |
tree | 1d27ca2d039529c76a566a8c0a9c299a70c97787 /textproc | |
parent | cbe6c6cf034e14dfe24ebae988e72183782c537a (diff) | |
download | freebsd-ports-gnome-52c8b8dbfabe030aebbed0798a9bb28a55a6bdb5.tar.gz freebsd-ports-gnome-52c8b8dbfabe030aebbed0798a9bb28a55a6bdb5.tar.zst freebsd-ports-gnome-52c8b8dbfabe030aebbed0798a9bb28a55a6bdb5.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 'textproc')
-rw-r--r-- | textproc/qstardict/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/qstardict/Makefile b/textproc/qstardict/Makefile index 147f8b9d2170..6b72fcff3526 100644 --- a/textproc/qstardict/Makefile +++ b/textproc/qstardict/Makefile @@ -20,7 +20,7 @@ USE_DOS2UNIX= qstardict.pri DICPATH= ${LOCALBASE}/share/stardict/dic -OPTIONS_DEFINE= DBUS +OPTIONS_DEFINE= DBUS DOCS NLS OPTIONS_DEFAULT= ${OPTIONS_DEFINE} .include <bsd.port.options.mk> |