diff options
author | Cy Schubert <cy@FreeBSD.org> | 2017-06-21 02:46:52 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2017-06-21 02:46:52 +0000 |
commit | bd37fc4c512a22c8b406c67bef23b8c7655e816d (patch) | |
tree | de0487855814d78d18b39578ff78ebc9ed494638 /security/krb5-115 | |
parent | 14383f54743c9d123246407a42afc9964e077481 (diff) | |
download | ports-bd37fc4c512a22c8b406c67bef23b8c7655e816d.tar.gz ports-bd37fc4c512a22c8b406c67bef23b8c7655e816d.zip |
Notes
Diffstat (limited to 'security/krb5-115')
-rw-r--r-- | security/krb5-115/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/krb5-115/Makefile b/security/krb5-115/Makefile index 250e6de50b4b..418de628b12b 100644 --- a/security/krb5-115/Makefile +++ b/security/krb5-115/Makefile @@ -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 |