aboutsummaryrefslogtreecommitdiff
path: root/sysutils/procenv
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-05 15:42:23 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-05 15:42:23 +0000
commit39b0add66b9e6c6d956f44df99056828266f394d (patch)
tree9dc50267cfe1b887441ab77ae291136bcd9dc164 /sysutils/procenv
parenta3543facbc9675f305d5f888b1c2fda9915f5aac (diff)
downloadports-39b0add66b9e6c6d956f44df99056828266f394d.tar.gz
ports-39b0add66b9e6c6d956f44df99056828266f394d.zip
Unbreak this port
Notes
Notes: svn path=/head/; revision=508180
Diffstat (limited to 'sysutils/procenv')
-rw-r--r--sysutils/procenv/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/procenv/Makefile b/sysutils/procenv/Makefile
index 7bce19691100..ffac37ea5394 100644
--- a/sysutils/procenv/Makefile
+++ b/sysutils/procenv/Makefile
@@ -11,8 +11,6 @@ COMMENT= Utility to show process environment
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
-BROKEN= this file includes <sys/capability.h> which is deprecated
-
BUILD_DEPENDS= xmlwf:textproc/expat2
USES= autoreconf gmake perl5
@@ -32,6 +30,7 @@ OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e '/^PKG_/d' ${WRKSRC}/configure.ac
+ @${REINPLACE_CMD} -e 's|sys/capability.h|sys/capsicum.h|' ${WRKSRC}/src/platform-headers.h ${WRKSRC}/src/platform/freebsd/platform-freebsd.h
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}