aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.port.mk
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-08-27 08:09:05 +0800
committerwill <will@FreeBSD.org>2001-08-27 08:09:05 +0800
commit4b6230e5d5822e6aa62c3ede6633a8bf77ad46ec (patch)
tree7f9635d5db5250d4c691bf2d81329dd5553090e8 /Mk/bsd.port.mk
parent48d48573a42714d5ca12b5da09544b6bcd09a8dd (diff)
downloadfreebsd-ports-gnome-4b6230e5d5822e6aa62c3ede6633a8bf77ad46ec.tar.gz
freebsd-ports-gnome-4b6230e5d5822e6aa62c3ede6633a8bf77ad46ec.tar.zst
freebsd-ports-gnome-4b6230e5d5822e6aa62c3ede6633a8bf77ad46ec.zip
Minor changes:
1) Bump PKG_IGNORE_DEPENDS for XFree86 to XFree86-3.3.6_9 2) Modify LDCONFIG_RUNLIST to apply RE multiple times on the same line. Needed for some ports. PR: 27645 (1) Submitted by: Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp> (1), demon (2) Reviewed by: portmgr
Diffstat (limited to 'Mk/bsd.port.mk')
-rw-r--r--Mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index 91ff2f04f0ee..89a16bf3efa6 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -834,7 +834,7 @@ LIB_DEPENDS+= dps.0:${PORTSDIR}/x11/dgs
LIB_DEPENDS+= GL.14:${PORTSDIR}/graphics/Mesa3
.endif
XAWVER= 6
-PKG_IGNORE_DEPENDS?= '(XFree86-3\.3\.6_8)'
+PKG_IGNORE_DEPENDS?= '(XFree86-3\.3\.6_9)'
.else
.if defined(USE_IMAKE)
BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake-4
@@ -1376,7 +1376,7 @@ XFREE86_HTML_MAN?= no
.if defined(INSTALLS_SHLIB)
LDCONFIG_DIRS?= %%PREFIX%%/lib
LDCONFIG_PLIST!= ${ECHO} ${LDCONFIG_DIRS} | ${SED} ${PLIST_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/}
-LDCONFIG_RUNLIST!= ${ECHO} ${LDCONFIG_PLIST} | ${SED} -e "s!%D!${PREFIX}!"
+LDCONFIG_RUNLIST!= ${ECHO} ${LDCONFIG_PLIST} | ${SED} -e "s!%D!${PREFIX}!g"
.endif
DOCSDIR?= ${PREFIX}/share/doc/${PORTNAME}