diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2006-07-16 21:46:00 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2006-07-16 21:46:00 +0000 |
commit | 049c8d4c7b17b48c49afaaf229471c48454f14b7 (patch) | |
tree | eff7fb972d6d7de60f9ad783094ab444a966dc21 /sysutils/psgconf | |
parent | a93f5df22b21fa5ab0f9fa05098a031afd3b0ec2 (diff) | |
download | ports-049c8d4c7b17b48c49afaaf229471c48454f14b7.tar.gz ports-049c8d4c7b17b48c49afaaf229471c48454f14b7.zip |
Notes
Diffstat (limited to 'sysutils/psgconf')
-rw-r--r-- | sysutils/psgconf/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/psgconf/Makefile b/sysutils/psgconf/Makefile index 464825e72c9c..d298e1652711 100644 --- a/sysutils/psgconf/Makefile +++ b/sysutils/psgconf/Makefile @@ -186,6 +186,12 @@ RUN_DEPENDS= ${BUILD_DEPENDS} IGNORE= requires perl 5.6 or newer .endif +.if ${OSVERSION} <= 600000 +BROKEN= does not compile on 4.X/5.X +.else +BROKEN= attempts to modify file under /usr/ports, which could be an RO file system +.endif + post-patch: ${FIND} ${WRKSRC} -name "*.orig" -delete |