Unquote the IGNORE string.
This commit is contained in:
parent
925dc742a6
commit
600b5645fd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124273
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@ RUN_DEPENDS= ${LINUXBASE}${X11BASE}/lib/libMesaGL.so.3:${PORTSDIR}/graphics/linu
|
|||
|
||||
SPDBV= SPDBV
|
||||
|
||||
IGNORE= "Incompatible with new x11-toolkits/linux-openmotif 2.2.4"
|
||||
IGNORE= Incompatible with new x11-toolkits/linux-openmotif 2.2.4
|
||||
|
||||
WRKSRC= ${WRKDIR}/SPDBV_DISTRIBUTION
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/xperfmon++
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 500000
|
||||
IGNORE= "5.X or newer systems should use xperfmon3"
|
||||
IGNORE= 5.X or newer systems should use xperfmon3
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
|
|
Loading…
Reference in a new issue