diff options
author | marcus <marcus@FreeBSD.org> | 2002-10-14 08:23:12 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-10-14 08:23:12 +0800 |
commit | c7b10625877efb84c1f96236d95fb063131e53d5 (patch) | |
tree | d3af8ee67c89e41e5bab267db8b134e9a63135c1 /x11/gnome-panel | |
parent | 120643a1614431a14a5a7c536c7e35bacf5e577f (diff) | |
download | freebsd-ports-gnome-c7b10625877efb84c1f96236d95fb063131e53d5.tar.gz freebsd-ports-gnome-c7b10625877efb84c1f96236d95fb063131e53d5.tar.zst freebsd-ports-gnome-c7b10625877efb84c1f96236d95fb063131e53d5.zip |
Add a missing INSTALLS_SHLIB.
Diffstat (limited to 'x11/gnome-panel')
-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 |