diff options
author | jwise <jwise@pkgsrc.org> | 2008-05-14 18:01:26 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2008-05-14 18:01:26 +0000 |
commit | 00cd99382b53712bfc08414929cec14a610ddb39 (patch) | |
tree | f42c54589585f6697279df2b6bd21ad0974e8057 /security/heimdal/PLIST | |
parent | 29450eaf94d9bf30b7cf4cd345d2e32f9cd1e039 (diff) | |
download | pkgsrc-00cd99382b53712bfc08414929cec14a610ddb39.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/heimdal/PLIST')
-rw-r--r-- | security/heimdal/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
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 |