diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-14 00:23:12 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-10-14 00:23:12 +0000 |
commit | 3553ac4fdd47cfeacea48805cc948833e733636f (patch) | |
tree | b6d3738729c7894235d93a42a603ffad6df59c93 /x11/gnome-panel/Makefile | |
parent | Quiet PARAMS warning. (diff) |
Add a missing INSTALLS_SHLIB.
Diffstat (limited to '')
-rw-r--r-- | x11/gnome-panel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index cb7a5f094502..259e22c8b7eb 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= wnck-1.4:${PORTSDIR}/x11-toolkits/libwnck \ USE_BZIP2= yes USE_X_PREFIX= yes +INSTALLS_SHLIB= yes USE_REINPLACE= yes USE_GNOMENG= yes USE_GNOME= gnomeprefix gnomehack gnomehier |