aboutsummaryrefslogtreecommitdiffstats
path: root/misc/compat4x/pkg-descr
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-06-07 20:34:51 +0800
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-06-07 20:34:51 +0800
commit2211587f68c88655e22dbe6b0d719630e8e1b62c (patch)
tree4b1f2a0c0a5b56b37109ec572f69be7ec87f3189 /misc/compat4x/pkg-descr
parentf6199f9c2d2e46114e4fdf6c3fcc54bfc4eb7d99 (diff)
downloadfreebsd-ports-gnome-2211587f68c88655e22dbe6b0d719630e8e1b62c.tar.gz
freebsd-ports-gnome-2211587f68c88655e22dbe6b0d719630e8e1b62c.tar.zst
freebsd-ports-gnome-2211587f68c88655e22dbe6b0d719630e8e1b62c.zip
- Use misc/ldconfig_compat on 4.x and rc.d/ldconfig in {5,6}x, this change fix
rc.d script starting too late. With this, ldconfig run automaticaly on startup and doesn't need add compat{4,5}x_enable in rc.conf. No objection: freebsd-rc, portmgr
Diffstat (limited to 'misc/compat4x/pkg-descr')
-rw-r--r--misc/compat4x/pkg-descr13
1 files changed, 7 insertions, 6 deletions
diff --git a/misc/compat4x/pkg-descr b/misc/compat4x/pkg-descr
index d78c931f5988..348da64b5108 100644
--- a/misc/compat4x/pkg-descr
+++ b/misc/compat4x/pkg-descr
@@ -1,11 +1,12 @@
This package allows you to install the compat4x libraries on your
system, so you can use legacy binaries that depend on them.
-Usage example:
+Ports usage example:
- .include <bsd.port.pre.mk>
-
- .if ${OSVERSION} >= 500000
- LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
- .endif
+--
+.include <bsd.port.pre.mk>
+.if ${OSVERSION} >= 500000
+LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
+.endif
+--