diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2018-07-07 06:55:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2018-07-07 06:55:42 +0000 |
commit | 8ef9593bb55090d01d93da6341cdf964af2164d0 (patch) | |
tree | 83ad7c92dffe51329fda4a14423a6ea58fd05003 /devel | |
parent | Mark these ports as broken on aarch64, and, where appropriate, armvX. (diff) |
- Fix build when textproc/xmlto is installed in a local env.
- Bump PORTREVISION
PR: 226491 229572
MFH: 2018Q3
Sponsored by: iXsystems Inc.
Notes
Notes:
svn path=/head/; revision=474059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/zziplib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/zziplib/Makefile b/devel/zziplib/Makefile index 878fba5597a9..efba90a71a7d 100644 --- a/devel/zziplib/Makefile +++ b/devel/zziplib/Makefile @@ -4,6 +4,7 @@ PORTNAME= zziplib DISTVERSIONPREFIX= v DISTVERSION= 0.13.69 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= ports@FreeBSD.org @@ -25,6 +26,7 @@ SHEBANG_FILES= docs/*.py GNU_CONFIGURE= yes CONFIGURE_ARGS= --srcdir=${WRKSRC} +CONFIGURE_ENV= ac_cv_path_XMLTO=":" INSTALL_TARGET= install-strip TEST_TARGET= check PORTSCOUT= limit:^0\. |