diff options
author | asami <asami@FreeBSD.org> | 2000-06-07 16:03:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-07 16:03:41 +0800 |
commit | 7c37d0335fd684674a97158721042147f937b39e (patch) | |
tree | eeba162ff1df8c4e345f15732bf28b628c699b89 | |
parent | 8002dc575c649e222ffc8206d918256629b3cb23 (diff) | |
download | freebsd-ports-gnome-7c37d0335fd684674a97158721042147f937b39e.tar.gz freebsd-ports-gnome-7c37d0335fd684674a97158721042147f937b39e.tar.zst freebsd-ports-gnome-7c37d0335fd684674a97158721042147f937b39e.zip |
Add libglut.so.3, libGLU.so.3 and libGL.so.1. Interestingly, these are
all symlinks to their .so counterparts. (Go figure!)
Submitted by: bento
-rw-r--r-- | graphics/linux_glx/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/linux_glx/pkg-plist b/graphics/linux_glx/pkg-plist index 46785665b62f..515a358335a5 100644 --- a/graphics/linux_glx/pkg-plist +++ b/graphics/linux_glx/pkg-plist @@ -1,5 +1,8 @@ lib/libGL.so +lib/libGL.so.1 lib/libGLU.so +lib/libGLU.so.3 lib/libglut.so +lib/libglut.so.3 @exec %D/sbin/ldconfig @unexec %D/sbin/ldconfig |