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