diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-23 20:35:01 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-23 20:35:01 +0000 |
commit | a2f01e767300244b4c52b3aa809d5e6ee9af6411 (patch) | |
tree | 6a64949cd1d37fc2302e761cd239d30738f2b760 /sysutils/bacula5-client/Makefile | |
parent | 545d8f3ccf97e44487d36047de9e771c838fa323 (diff) | |
download | FreeBSD-ports-a2f01e767300244b4c52b3aa809d5e6ee9af6411.zip FreeBSD-ports-a2f01e767300244b4c52b3aa809d5e6ee9af6411.tar.gz |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by: portmgr blanket
Diffstat (limited to 'sysutils/bacula5-client/Makefile')
-rw-r--r-- | sysutils/bacula5-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bacula5-client/Makefile b/sysutils/bacula5-client/Makefile index d5cd7f2..27fadc5 100644 --- a/sysutils/bacula5-client/Makefile +++ b/sysutils/bacula5-client/Makefile @@ -14,6 +14,6 @@ PLIST= ${PKGDIR}/pkg-plist.client MASTERDIR= ${.CURDIR}/../../sysutils/bacula5-server OPTIONS_DEFINE= NLS OPENSSL PYTHON -OPTIONS_DEFAULT=NLS OPENSSL +OPTIONS_DEFAULT=OPENSSL .include "${MASTERDIR}/Makefile" |