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 /sysutils/xperfmon | |
parent | 4b05de235967dfe80014c5501e87bd15d6171bcf (diff) | |
download | freebsd-ports-gnome-d64bffd8a79466940864ae1444d38d88c9623b76.tar.gz freebsd-ports-gnome-d64bffd8a79466940864ae1444d38d88c9623b76.tar.zst freebsd-ports-gnome-d64bffd8a79466940864ae1444d38d88c9623b76.zip |
Unquote the IGNORE string.
Diffstat (limited to 'sysutils/xperfmon')
-rw-r--r-- | sysutils/xperfmon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/xperfmon/Makefile b/sysutils/xperfmon/Makefile index 2c843954cb47..e93ca4c94060 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: |