diff options
author | dougb <dougb@FreeBSD.org> | 2002-08-05 18:28:59 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2002-08-05 18:28:59 +0800 |
commit | ee665030a4db9fcd6fb17f2c244c7ef662561462 (patch) | |
tree | 126a134388bfd034966b9f552f84f4b7cfe8cdba | |
parent | 349ae885fb8bfc24052475263ba5f9bd66bb56a6 (diff) | |
download | freebsd-ports-gnome-ee665030a4db9fcd6fb17f2c244c7ef662561462.tar.gz freebsd-ports-gnome-ee665030a4db9fcd6fb17f2c244c7ef662561462.tar.zst freebsd-ports-gnome-ee665030a4db9fcd6fb17f2c244c7ef662561462.zip |
Bring this back from the dead too
-rw-r--r-- | x11/xscreensaver/pkg-libwarning | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/xscreensaver/pkg-libwarning b/x11/xscreensaver/pkg-libwarning new file mode 100644 index 000000000000..8cb4793662b4 --- /dev/null +++ b/x11/xscreensaver/pkg-libwarning @@ -0,0 +1,11 @@ +There is currently a conflict between configure for this port, +and pkgconfig. If your build fails, do the following: + +make clean +pkg_delete -f pkgconfig* +make install + +You may also want to upgrade your complete ports tree and +then re-install glib12 and gtk12 which will also fix the +pkg-config files for those two ports, and should offer a +more permanent solution. |