mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Committed the wrong version ... s#/usr/local#${LOCALBASE}#
This commit is contained in:
parent
5e322f5e1e
commit
2a60dce585
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149630
@ -34,7 +34,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
|
||||
USE_OPENSSL= yes
|
||||
|
||||
.if defined(WITH_OPENSSL_PORT)
|
||||
CONFIGURE_ARGS+= --with-openssl=/usr/local
|
||||
CONFIGURE_ARGS+= --with-openssl=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-openssl
|
||||
.endif
|
||||
|
@ -34,7 +34,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
|
||||
USE_OPENSSL= yes
|
||||
|
||||
.if defined(WITH_OPENSSL_PORT)
|
||||
CONFIGURE_ARGS+= --with-openssl=/usr/local
|
||||
CONFIGURE_ARGS+= --with-openssl=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-openssl
|
||||
.endif
|
||||
|
@ -34,7 +34,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
|
||||
USE_OPENSSL= yes
|
||||
|
||||
.if defined(WITH_OPENSSL_PORT)
|
||||
CONFIGURE_ARGS+= --with-openssl=/usr/local
|
||||
CONFIGURE_ARGS+= --with-openssl=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-openssl
|
||||
.endif
|
||||
|
@ -34,7 +34,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \
|
||||
USE_OPENSSL= yes
|
||||
|
||||
.if defined(WITH_OPENSSL_PORT)
|
||||
CONFIGURE_ARGS+= --with-openssl=/usr/local
|
||||
CONFIGURE_ARGS+= --with-openssl=${LOCALBASE}
|
||||
.else
|
||||
CONFIGURE_ARGS+= --with-openssl
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user