diff options
author | dholland <dholland@pkgsrc.org> | 2015-11-07 20:38:08 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2015-11-07 20:38:08 +0000 |
commit | 47db6d58261e2224e93337f5f3bd461a9fca585b (patch) | |
tree | 1a220a007e44f626d31c45b03ebf37e2eb060006 /chat/atheme/PLIST | |
parent | 702c0e3d326d7d2bb009100c849f9017d2c489b4 (diff) | |
download | pkgsrc-47db6d58261e2224e93337f5f3bd461a9fca585b.tar.gz |
The silly legacy crypt() from libcrypt doesn't exist on MacOS, so the
plugin for it doesn't build there; deploy a PLIST_VAR to account for
this.
No PKGREVISION bump as no package created (even without PKG_DEVELOPER)
is different now.
Diffstat (limited to 'chat/atheme/PLIST')
-rw-r--r-- | chat/atheme/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/atheme/PLIST b/chat/atheme/PLIST index 6460cf5b69f..9f43eaa04a5 100644 --- a/chat/atheme/PLIST +++ b/chat/atheme/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2014/03/11 14:04:58 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.4 2015/11/07 20:38:08 dholland Exp $ bin/atheme-services lib/atheme/modules/backend/flatfile.so lib/atheme/modules/chanserv/akick.so @@ -40,7 +40,7 @@ lib/atheme/modules/chanserv/voice.so lib/atheme/modules/chanserv/why.so lib/atheme/modules/chanserv/xop.so lib/atheme/modules/crypto/ircservices.so -lib/atheme/modules/crypto/posix.so +${PLIST.posixcrypt}lib/atheme/modules/crypto/posix.so lib/atheme/modules/crypto/sorservices.so lib/atheme/modules/gameserv/dice.so lib/atheme/modules/gameserv/eightball.so |