mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
|
#!/bin/sh
|
||
|
if [ -f /usr/local/include/kfm.h ]; then
|
||
|
echo <<EOF
|
||
|
You have KDE1 headers installed! Installing this package
|
||
|
will result in conflicts between KDE2 and KDE1.
|
||
|
EOF
|
||
|
fi
|