freebsd-ports/mail/jmba/Makefile
Jan Beich 3d16bba28e mail/jmba: don't auto-enable gettext
11.0 aarch64 used ld(1) from devel/binutils which implicitly passed
-L/usr/local/lib thus gettext ended up being detected, breaking build
due to underspecified USES=gettext-tools. The same issue would occur
for USES=localbase or USE_GCC=yes, so just force off external gettext.

Approved by:	portmgr blanket
2018-01-05 04:19:26 +00:00

19 lines
372 B
Makefile

# Created by: Romain Tartiere <romain@blogreen.org>
# $FreeBSD$
PORTNAME= jmba
PORTVERSION= 0.5.5
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= romain@FreeBSD.org
COMMENT= Junk Mail Buffering Agent
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_func_gettext=no ac_cv_lib_intl_main=no
USES= gmake tar:bzip2
PLIST_FILES= bin/jmba \
man/man1/jmba.1.gz
.include <bsd.port.mk>