diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 18:38:50 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 18:38:50 +0800 |
commit | c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2 (patch) | |
tree | 89e915a2bf8568be2efa2fe01c4b703bb95b0dd2 /x11-toolkits/fox10 | |
parent | b2066c7c70a0ccedd6a3fda853744aec2281d951 (diff) | |
download | freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.gz freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.zst freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.zip |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Diffstat (limited to 'x11-toolkits/fox10')
-rw-r--r-- | x11-toolkits/fox10/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/fox10/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/fox10/Makefile b/x11-toolkits/fox10/Makefile index 3bb4d89f77db..6a85753fcff8 100644 --- a/x11-toolkits/fox10/Makefile +++ b/x11-toolkits/fox10/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.3:${PORTSDIR}/graphics/png \ GL.14:${PORTSDIR}/graphics/Mesa3 +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-opengl=mesa --with-x .if defined(NO_SHM) diff --git a/x11-toolkits/fox10/pkg-plist b/x11-toolkits/fox10/pkg-plist index d824af98a553..f42a42e1f359 100644 --- a/x11-toolkits/fox10/pkg-plist +++ b/x11-toolkits/fox10/pkg-plist @@ -185,8 +185,6 @@ share/fox/html/win32-project.png share/fox/html/win32-tooloptions.png share/fox/html/win32.html share/fox/html/wintextedit.png -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R @dirrm include/fox @dirrm share/fox/html @dirrm share/fox |