mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add a WITHOUT_SSL knob.
Approved by: maintainer
This commit is contained in:
parent
8415c612c7
commit
8e01552d09
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74435
@ -16,7 +16,11 @@ MAINTAINER= j.el-rayes@daemon.li
|
||||
USE_GMAKE= yes
|
||||
USE_QT_VER= 3
|
||||
GNU_CONFIGURE= yes
|
||||
.if !defined(WITHOUT_SSL)
|
||||
USE_OPENSSL= yes
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-openssl
|
||||
.endif
|
||||
CONFIGURE_TARGET=
|
||||
CONFIGURE_ARGS+= --disable-fast-perl \
|
||||
--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
@ -16,7 +16,11 @@ MAINTAINER= j.el-rayes@daemon.li
|
||||
USE_GMAKE= yes
|
||||
USE_QT_VER= 3
|
||||
GNU_CONFIGURE= yes
|
||||
.if !defined(WITHOUT_SSL)
|
||||
USE_OPENSSL= yes
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-openssl
|
||||
.endif
|
||||
CONFIGURE_TARGET=
|
||||
CONFIGURE_ARGS+= --disable-fast-perl \
|
||||
--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
@ -16,7 +16,11 @@ MAINTAINER= j.el-rayes@daemon.li
|
||||
USE_GMAKE= yes
|
||||
USE_QT_VER= 3
|
||||
GNU_CONFIGURE= yes
|
||||
.if !defined(WITHOUT_SSL)
|
||||
USE_OPENSSL= yes
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-openssl
|
||||
.endif
|
||||
CONFIGURE_TARGET=
|
||||
CONFIGURE_ARGS+= --disable-fast-perl \
|
||||
--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
Loading…
Reference in New Issue
Block a user