diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-09-03 06:26:04 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-09-03 06:26:04 +0000 |
commit | c0f6e1f4483ca6ea08f21b729de0775ba5a1e545 (patch) | |
tree | d9cf00a55c5a415a03f42b82e4e3b897788eb09e /ftp | |
parent | Support APACHE_PORT to build with desired apache13* port. (diff) |
Fix compile problem when xml2pot is not installed.
PR: 42319
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=65537
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/kbear/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/kbear/Makefile b/ftp/kbear/Makefile index f64a47881aeb..518765cf8ddc 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> |