summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2001-11-17 19:56:29 +0000
committerknu <knu@FreeBSD.org>2001-11-17 19:56:29 +0000
commit729b0a37122db0161448713c926b5d7613611e0e (patch)
treef7e7043e83a0958bdb6557711663e12ef42ee612 /Mk
parent12493c512f162efcb5388048cf060e4987e42ae8 (diff)
downloadFreeBSD-ports-729b0a37122db0161448713c926b5d7613611e0e.zip
FreeBSD-ports-729b0a37122db0161448713c926b5d7613611e0e.tar.gz
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
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index dc51af6..34f8ce2 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
OpenPOWER on IntegriCloud