diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-06 10:49:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-02-06 10:49:06 +0000 |
commit | 70f935e24f11d8c3a6347d1a8181b208afe3ea03 (patch) | |
tree | 77eb1f72e1c93c5d7613b968b600cddaf1b41f73 /graphics/mesagl | |
parent | 98ce03a86ef29f72db143218019dd8d2d7a538ed (diff) |
Add missing INSTALLS_SHLIB statement.
Informed maintainer.
Notes
Notes:
svn path=/head/; revision=74963
Diffstat (limited to 'graphics/mesagl')
-rw-r--r-- | graphics/mesagl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index 1e392a66c048..a8e187592a9d 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -20,6 +20,7 @@ MAINTAINER= sobomax@FreeBSD.org USE_BZIP2= yes USE_REINPLACE= yes +INSTALLS_SHLIB= yes .if defined(WANT_GGI) LIB_DEPENDS= ggi.2:${PORTSDIR}/graphics/libggi |