aboutsummaryrefslogtreecommitdiff
path: root/sysutils/psgconf
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2006-07-16 21:46:00 +0000
committerMark Linimon <linimon@FreeBSD.org>2006-07-16 21:46:00 +0000
commit049c8d4c7b17b48c49afaaf229471c48454f14b7 (patch)
treeeff7fb972d6d7de60f9ad783094ab444a966dc21 /sysutils/psgconf
parenta93f5df22b21fa5ab0f9fa05098a031afd3b0ec2 (diff)
downloadports-049c8d4c7b17b48c49afaaf229471c48454f14b7.tar.gz
ports-049c8d4c7b17b48c49afaaf229471c48454f14b7.zip
Notes
Diffstat (limited to 'sysutils/psgconf')
-rw-r--r--sysutils/psgconf/Makefile6
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