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 /print | |
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 'print')
-rw-r--r-- | print/hplip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 78263913f70d..1ad61664a984 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -73,7 +73,7 @@ FILES4FIX= Makefile.in \ ui/setupform.py \ ui4/devmgr5.py -OPTIONS_DEFINE= QT FAX SNMP SCAN XSANE +OPTIONS_DEFINE= QT FAX SNMP SCAN XSANE DOCS OPTIONS_DEFAULT= QT QT_DESC= Graphical User Interface (Qt4) |