summaryrefslogtreecommitdiffstats
path: root/ftp
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2002-09-03 06:26:04 +0000
committerperky <perky@FreeBSD.org>2002-09-03 06:26:04 +0000
commit9a0f655a606b803e940c062c53106f62352f19e1 (patch)
treec4adac8c53006da171a2430e0d1e5c2911cfd330 /ftp
parentd06b3c877d4d24bd5e3290bd25d89833bddc2c5d (diff)
downloadFreeBSD-ports-9a0f655a606b803e940c062c53106f62352f19e1.zip
FreeBSD-ports-9a0f655a606b803e940c062c53106f62352f19e1.tar.gz
Fix compile problem when xml2pot is not installed.
PR: 42319 Submitted by: maintainer
Diffstat (limited to 'ftp')
-rw-r--r--ftp/kbear/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/kbear/Makefile b/ftp/kbear/Makefile
index f64a478..518765c 100644
--- a/ftp/kbear/Makefile
+++ b/ftp/kbear/Makefile
@@ -21,5 +21,6 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+CONFIGURE_ENV= XML2POT=${TRUE} PO2XML=${TRUE}
.include <bsd.port.mk>
OpenPOWER on IntegriCloud