Switch to USES=localbase.
This commit is contained in:
parent
14383f5474
commit
bd37fc4c51
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444011
3 changed files with 9 additions and 9 deletions
|
@ -28,7 +28,7 @@ USE_PERL5= build
|
|||
USE_LDCONFIG= yes
|
||||
USE_CSTD= gnu99
|
||||
GNU_CONFIGURE= yes
|
||||
USES= cpe gmake perl5 libtool:build \
|
||||
USES= cpe gmake localbase perl5 libtool:build \
|
||||
gssapi:bootstrap,mit pkgconfig:run ssl
|
||||
CONFIGURE_ARGS?= --enable-shared --without-system-verto \
|
||||
--disable-rpath --localstatedir="${PREFIX}/var"
|
||||
|
@ -61,8 +61,8 @@ LIBEDIT_CONFIGURE_WITH= libedit
|
|||
.if defined(KRB5_HOME)
|
||||
PREFIX= ${KRB5_HOME}
|
||||
.endif
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB}
|
||||
CPPFLAGS+= -I${OPENSSLINC}
|
||||
LDFLAGS+= -L${OPENSSLLIB}
|
||||
|
||||
USE_RC_SUBR= kpropd
|
||||
OPTIONS_SUB= yes
|
||||
|
|
|
@ -25,7 +25,7 @@ USE_PERL5= build
|
|||
USE_LDCONFIG= yes
|
||||
USE_CSTD= gnu99
|
||||
GNU_CONFIGURE= yes
|
||||
USES= cpe gmake perl5 libtool:build \
|
||||
USES= cpe gmake localbase perl5 libtool:build \
|
||||
gssapi:bootstrap,mit pkgconfig:run ssl
|
||||
CONFIGURE_ARGS?= --enable-shared --without-system-verto \
|
||||
--disable-rpath --localstatedir="${PREFIX}/var"
|
||||
|
@ -58,8 +58,8 @@ LIBEDIT_CONFIGURE_WITH= libedit
|
|||
.if defined(KRB5_HOME)
|
||||
PREFIX= ${KRB5_HOME}
|
||||
.endif
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB}
|
||||
CPPFLAGS+= -I${OPENSSLINC}
|
||||
LDFLAGS+= -L${OPENSSLLIB}
|
||||
|
||||
USE_RC_SUBR= kpropd
|
||||
OPTIONS_SUB= yes
|
||||
|
|
|
@ -25,7 +25,7 @@ USE_PERL5= build
|
|||
USE_LDCONFIG= yes
|
||||
USE_CSTD= gnu99
|
||||
GNU_CONFIGURE= yes
|
||||
USES= cpe gmake perl5 libtool:build \
|
||||
USES= cpe gmake localbase perl5 libtool:build \
|
||||
gssapi:bootstrap,mit pkgconfig:run ssl
|
||||
CONFIGURE_ARGS?= --enable-shared --without-system-verto \
|
||||
--disable-rpath --localstatedir="${PREFIX}/var"
|
||||
|
@ -58,8 +58,8 @@ LIBEDIT_CONFIGURE_WITH= libedit
|
|||
.if defined(KRB5_HOME)
|
||||
PREFIX= ${KRB5_HOME}
|
||||
.endif
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB}
|
||||
CPPFLAGS+= -I${OPENSSLINC}
|
||||
LDFLAGS+= -L${OPENSSLLIB}
|
||||
|
||||
USE_RC_SUBR= kpropd
|
||||
OPTIONS_SUB= yes
|
||||
|
|
Loading…
Reference in a new issue