diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-08-05 10:28:59 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-08-05 10:28:59 +0000 |
commit | b648896de704aa629df0ecd7dff5977e361a53cc (patch) | |
tree | 24059542d5ed15c4bb476712dfc3df1c19290b19 /x11/xscreensaver | |
parent | d8cf5b60a2b1c1e12c748e383fd1bd8b3131c1c0 (diff) | |
download | ports-b648896de704aa629df0ecd7dff5977e361a53cc.tar.gz ports-b648896de704aa629df0ecd7dff5977e361a53cc.zip |
Bring this back from the dead too
Notes
Notes:
svn path=/head/; revision=64038
Diffstat (limited to 'x11/xscreensaver')
-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. |