1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

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
This commit is contained in:
Akinori MUSHA 2001-11-17 19:56:29 +00:00
parent 4634238708
commit 38d33ba583
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50155

View File

@ -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