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 | |
parent | New port xmms-audiofile version 0.1: XMMS plugin to allow playing (diff) |
Add missing INSTALLS_SHLIB statement.
Informed maintainer.
Notes
Notes:
svn path=/head/; revision=74963
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Mesa3/Makefile | 1 | ||||
-rw-r--r-- | graphics/mesagl/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile index 1e392a66c048..a8e187592a9d 100644 --- a/graphics/Mesa3/Makefile +++ b/graphics/Mesa3/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 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 |