diff options
author | linimon <linimon@FreeBSD.org> | 2004-12-17 15:43:11 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-12-17 15:43:11 +0800 |
commit | d64bffd8a79466940864ae1444d38d88c9623b76 (patch) | |
tree | 075d870eed426917e29a3805425da4ae2cb4ba25 | |
parent | 4b05de235967dfe80014c5501e87bd15d6171bcf (diff) | |
download | freebsd-ports-graphics-d64bffd8a79466940864ae1444d38d88c9623b76.tar.gz freebsd-ports-graphics-d64bffd8a79466940864ae1444d38d88c9623b76.tar.zst freebsd-ports-graphics-d64bffd8a79466940864ae1444d38d88c9623b76.zip |
Unquote the IGNORE string.
-rw-r--r-- | biology/spdbv/Makefile | 2 | ||||
-rw-r--r-- | sysutils/xperfmon/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/biology/spdbv/Makefile b/biology/spdbv/Makefile index 989795ef08f..e1f2f646ab6 100644 --- a/biology/spdbv/Makefile +++ b/biology/spdbv/Makefile @@ -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 diff --git a/sysutils/xperfmon/Makefile b/sysutils/xperfmon/Makefile index 2c843954cb4..e93ca4c9406 100644 --- a/sysutils/xperfmon/Makefile +++ b/sysutils/xperfmon/Makefile @@ -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: |