From 38d33ba583f890e505e3a03d025c6263e2035df6 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sat, 17 Nov 2001 19:56:29 +0000 Subject: [PATCH] Fix PKG_IGNORE_DEPENDS so it matches the latest XFree86 3.x port. As I didn't see why the full package name is needed there, I changed it to a simple regexp that matches any later version of the XFree86 3.x port. No response from: portmgr --- Mk/bsd.port.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index dc51af600b0e..34f8ce26aaf2 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -848,7 +848,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_9)' +PKG_IGNORE_DEPENDS?= '^XFree86-3\.' .else .if defined(USE_IMAKE) BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake-4