1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11/kdelibs3/pkg-req
2002-04-22 02:00:06 +00:00

14 lines
350 B
Bash

#!/bin/sh
if [ -f $PKG_PREFIX/include/kfm.h ]; then
echo <<EOF
You have KDE1 headers installed! Installing this package
will result in conflicts between KDE3 and KDE1.
EOF
fi
if [ -f $PKG_PREFIX/include/addressbook.h ]; then
echo <<EOF
You have KDE2 headers installed! Installing this package
will result in conflicts between KDE3 and KDE2.
EOF
fi