diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-04 03:06:07 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-04 03:06:07 +0800 |
commit | 5c58cc66c5083e97c21a8e420f3306c57e8f2497 (patch) | |
tree | e3772ed0921ca0d8dc861c4b7c1dd440273bc41e /archivers/rpm4 | |
parent | 13309b2127b4e76e6026d002c81d2eb948f73fb5 (diff) | |
download | freebsd-ports-gnome-5c58cc66c5083e97c21a8e420f3306c57e8f2497.tar.gz freebsd-ports-gnome-5c58cc66c5083e97c21a8e420f3306c57e8f2497.tar.zst freebsd-ports-gnome-5c58cc66c5083e97c21a8e420f3306c57e8f2497.zip |
Reduce unnecessary bsd.port.options.mk inclusions by using OPTIONS helpers.
For liborange, reverse the logic, as I'm pretty sure the OPTIONS were being
used to disable the selected options.
Approved by: portmgr (blanket)
Diffstat (limited to 'archivers/rpm4')
-rw-r--r-- | archivers/rpm4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index 64858bc42c29..23e75a064bd4 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -16,7 +16,7 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt \ libnss3.so:${PORTSDIR}/security/nss BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed -OPTIONS_DEFINE= PYTHON NLS +OPTIONS_DEFINE= PYTHON NLS DOCS OPTIONS_DEFAULT=PYTHON NLS OPTIONS_SUB= yes PYTHON_CONFIGURE_ENABLE=python |