diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-29 23:28:37 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-29 23:28:37 +0800 |
commit | 011e228a2fc13bbca5c98c3a510c6568a045ff8e (patch) | |
tree | 1d6ffcd3178a52bd3dd5f7d51580a729af709b34 /sysutils | |
parent | 541c65a0aad23f348ac9b14632a4791a06789e41 (diff) | |
download | freebsd-ports-gnome-011e228a2fc13bbca5c98c3a510c6568a045ff8e.tar.gz freebsd-ports-gnome-011e228a2fc13bbca5c98c3a510c6568a045ff8e.tar.zst freebsd-ports-gnome-011e228a2fc13bbca5c98c3a510c6568a045ff8e.zip |
Fix OPTIONS_DEFAULT: remove NLS which is added by framework
Approved by: portmgr (blanket)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/bareos-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bareos-server/Makefile b/sysutils/bareos-server/Makefile index 34e4b88dca82..e6a8fa21bece 100644 --- a/sysutils/bareos-server/Makefile +++ b/sysutils/bareos-server/Makefile @@ -38,7 +38,7 @@ CPPFLAGS+= -I/usr/include/readline -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE?= MTX PYTHON NDMP NLS OPENSSL SCSICRYPTO -OPTIONS_DEFAULT?= NLS OPENSSL PGSQL SCSICRYPTO +OPTIONS_DEFAULT?= OPENSSL PGSQL SCSICRYPTO OPTIONS_SUB= yes MTX_DESC= Install mtx for control of autochanger devices NDMP_DESC= Enable build of NDMP support |