#! /bin/sh

# this package only make sense if /usr/ports is installed and devel/jamjdk is present

if test "$2" = "INSTALL"; then
	if test ! -d /usr/ports/devel/exodus; then
	  echo "ERROR: The port devel/exodus must be present in the ports tree to use this package!"
	  exit 1
	fi
fi

exit 0
