diff options
author | joerg <joerg@pkgsrc.org> | 2006-03-22 20:53:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-03-22 20:53:41 +0000 |
commit | fba5c2863b0aecf8819a08487b4391e70fe4e02c (patch) | |
tree | 1d54f7ff8632569010cc0f5063b9a159a51a1f76 /net/freeradius/PLIST.mysql | |
parent | 92adb06e5f7756bdb386e1d52f78c827e717b3d0 (diff) | |
download | pkgsrc-fba5c2863b0aecf8819a08487b4391e70fe4e02c.tar.gz |
Use libtool PLIST handling, it works now. Add some missing symlinks
for libtool archives, remove the .a and .so entries. Bump revision.
Add DragonFly detection for shared libraries. Always try to find -lssl
with -lcrypto, unbreaking the test at least on DragonFly, but should
not harm elsewhere.
Diffstat (limited to 'net/freeradius/PLIST.mysql')
-rw-r--r-- | net/freeradius/PLIST.mysql | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/freeradius/PLIST.mysql b/net/freeradius/PLIST.mysql index 56a8efa2a58..eaac7c79f23 100644 --- a/net/freeradius/PLIST.mysql +++ b/net/freeradius/PLIST.mysql @@ -1,5 +1,3 @@ -@comment $NetBSD: PLIST.mysql,v 1.1 2004/10/02 12:06:03 adrianp Exp $ -lib/rlm_sql_mysql-${PKGVERSION}.so -lib/rlm_sql_mysql.a +@comment $NetBSD: PLIST.mysql,v 1.2 2006/03/22 20:53:41 joerg Exp $ +lib/rlm_sql_mysql-${PKGVERSION}.la lib/rlm_sql_mysql.la -lib/rlm_sql_mysql.so |