diff options
author | asami <asami@FreeBSD.org> | 2000-06-07 08:03:41 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-07 08:03:41 +0000 |
commit | 7c37d0335fd684674a97158721042147f937b39e (patch) | |
tree | eeba162ff1df8c4e345f15732bf28b628c699b89 | |
parent | 8002dc575c649e222ffc8206d918256629b3cb23 (diff) | |
download | FreeBSD-ports-7c37d0335fd684674a97158721042147f937b39e.zip FreeBSD-ports-7c37d0335fd684674a97158721042147f937b39e.tar.gz |
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 4678566..515a358 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 |