aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authormakc <makc@FreeBSD.org>2013-03-25 21:59:18 +0800
committermakc <makc@FreeBSD.org>2013-03-25 21:59:18 +0800
commit52c8b8dbfabe030aebbed0798a9bb28a55a6bdb5 (patch)
tree1d27ca2d039529c76a566a8c0a9c299a70c97787 /print
parentcbe6c6cf034e14dfe24ebae988e72183782c537a (diff)
downloadfreebsd-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/Makefile2
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)