diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-03-15 14:45:30 +0000 |
commit | a28f0f7f7f7687e6ab6ebc4b3313f96232c00aa0 (patch) | |
tree | baf6ab0b133f634d778359bdbf4c920166db5b76 /net/glusterfs/Makefile | |
parent | c285e43283c14c5abf4dc12cfdf0793f4ca0d130 (diff) |
Notes
Diffstat (limited to 'net/glusterfs/Makefile')
-rw-r--r-- | net/glusterfs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/glusterfs/Makefile b/net/glusterfs/Makefile index 7e5514af1751..617d229ebd21 100644 --- a/net/glusterfs/Makefile +++ b/net/glusterfs/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libargp.so:devel/argp-standalone liburcu-bp.so:sysutils/liburcu USE_GCC= any USES= bison gettext libtool pkgconfig python readline shebangfix \ - sqlite + sqlite ssl SHEBANG_FILES= extras/ganesha/scripts/create-export-ganesha.sh \ extras/ganesha/scripts/dbus-send.sh \ @@ -28,7 +28,6 @@ SHEBANG_FILES= extras/ganesha/scripts/create-export-ganesha.sh \ USE_GNOME= glib20 libxml2 USE_LDCONFIG= yes -USE_OPENSSL= yes USE_RC_SUBR= glusterd GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ |