diff options
author | jwise <jwise> | 2008-05-14 18:01:26 +0000 |
---|---|---|
committer | jwise <jwise> | 2008-05-14 18:01:26 +0000 |
commit | 6dceab10f96d152f1fd9a02163ed67d0dc38238a (patch) | |
tree | f42c54589585f6697279df2b6bd21ad0974e8057 /security | |
parent | c3742c2da751adf1910cadde1f910a3c6658096e (diff) | |
download | pkgsrc-6dceab10f96d152f1fd9a02163ed67d0dc38238a.tar.gz |
libhcrypto.la only seems to get installed if we're building on 3.x or older,
so make it only end up in the PLIST if that is the case.
Diffstat (limited to 'security')
-rw-r--r-- | security/heimdal/Makefile | 7 | ||||
-rw-r--r-- | security/heimdal/PLIST | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index 99a10a95b25..34580ffe613 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2008/05/05 02:26:03 jwise Exp $ +# $NetBSD: Makefile,v 1.71 2008/05/14 18:01:26 jwise Exp $ DISTNAME= heimdal-1.1 CATEGORIES= security @@ -53,10 +53,13 @@ CONFIGURE_ENV.SunOS+= ac_cv_header_vis_h=no CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} CPPFLAGS+= -I${BUILDLINK_PREFIX.readline}/include/readline -PLIST_VARS+= afskauth +PLIST_VARS+= afskauth hcrypto .if ${OPSYS} == "IRIX" PLIST.afskauth= yes .endif +.if ${MACHINE_PLATFORM:MNetBSD-[1-3]*} != "" +PLIST.hcrypto= yes +.endif OWN_DIRS_PERMS= ${HEIMDAL_HDB_DIR} ${ROOT_USER} ${ROOT_GROUP} 0700 SPECIAL_PERMS+= ${PREFIX}/bin/otp ${SETUID_ROOT_PERMS} diff --git a/security/heimdal/PLIST b/security/heimdal/PLIST index a3092dd481e..72b31d97455 100644 --- a/security/heimdal/PLIST +++ b/security/heimdal/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2008/05/05 02:26:03 jwise Exp $ +@comment $NetBSD: PLIST,v 1.16 2008/05/14 18:01:26 jwise Exp $ bin/afslog bin/compile_et bin/gss @@ -93,7 +93,7 @@ lib/libasn1.la lib/libcom_err.la lib/libeditline.la lib/libgssapi.la -lib/libhcrypto.la +${PLIST.hcrypto}lib/libhcrypto.la lib/libhdb.la lib/libheimntlm.la lib/libhx509.la |