diff options
author | tron <tron@pkgsrc.org> | 2018-04-04 17:40:23 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2018-04-04 17:40:23 +0000 |
commit | 7c64532fb5428997572afd9c824ab8a2f552719f (patch) | |
tree | 525bfbe370275de97acffa76c9c36dc3ee4b1cca /chat/hexchat/PLIST | |
parent | a24dadff41c9fa1ba960be1ecfbe86057be752f2 (diff) | |
download | pkgsrc-7c64532fb5428997572afd9c824ab8a2f552719f.tar.gz |
hexchat: Fix package list for macOS
Shared objects use the extension ".dylib" and ".so" under macOS.
Adapt the package list dynamically as necessary
Diffstat (limited to 'chat/hexchat/PLIST')
-rw-r--r-- | chat/hexchat/PLIST | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/chat/hexchat/PLIST b/chat/hexchat/PLIST index 208f64a0208..b435c52435c 100644 --- a/chat/hexchat/PLIST +++ b/chat/hexchat/PLIST @@ -1,13 +1,13 @@ -@comment $NetBSD: PLIST,v 1.3 2018/03/17 11:56:15 tnn Exp $ +@comment $NetBSD: PLIST,v 1.4 2018/04/04 17:40:23 tron Exp $ ${PLIST.gtk2}bin/hexchat bin/hexchat-text include/hexchat-plugin.h -lib/hexchat/plugins/checksum.so -${PLIST.fishlim}lib/hexchat/plugins/fishlim.so -${PLIST.lua}lib/hexchat/plugins/lua.so -${PLIST.perl}lib/hexchat/plugins/perl.so -${PLIST.python}lib/hexchat/plugins/python.so -${PLIST.libpci}lib/hexchat/plugins/sysinfo.so +lib/hexchat/plugins/checksum.${SOEXT} +${PLIST.fishlim}lib/hexchat/plugins/fishlim.${SOEXT} +${PLIST.lua}lib/hexchat/plugins/lua.${SOEXT} +${PLIST.perl}lib/hexchat/plugins/perl.${SOEXT} +${PLIST.python}lib/hexchat/plugins/python.${SOEXT} +${PLIST.libpci}lib/hexchat/plugins/sysinfo.${SOEXT} lib/pkgconfig/hexchat-plugin.pc ${PLIST.gtk2}man/man1/hexchat.1 ${PLIST.gtk2}share/applications/io.github.Hexchat.desktop |