freebsd-ports/mail/pine4/pkg-libwarning
Doug Barton 967f5a3618 I've already had 4 e-mails about this, so add a warning about keeping
the cclient library and this port in synch, both in terms of version
and compile options.
2001-10-10 20:53:16 +00:00

7 lines
489 B
Bash

#!/bin/sh
if [ "$2" = "POST-INSTALL" -o -n "${PACKAGE_BUILDING}" ]; then
exit 0
fi
/usr/bin/dialog --msgbox "This port requires an up to date cclient library. Your best chance of success is to pkg_delete cclient, then do: make clean && make install in this directory. Include whatever compile options you desire in the make install step, such as -DWITH_SSL. The important factor is that the cclient library and this program be compiled with the same options." 12 70 || /usr/bin/false