1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

convert WITHOUT_NLS to option

With hat:	portmgr
This commit is contained in:
Baptiste Daroussin 2013-12-13 11:23:11 +00:00
parent a60eaff53f
commit 4531181d8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336333

View File

@ -10,6 +10,8 @@ MASTER_SITES= SF
MAINTAINER= tdb@FreeBSD.org
COMMENT= A mail notification program for Gnome
OPTIONS_DEFINE= NLS
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
USE_GNOME= intlhack libglade2 esound
@ -26,11 +28,13 @@ CXXFLAGS+= "-Wno-long-long"
MAN1= gnubiff.1
INFO= gnubiff
.include <bsd.port.options.mk>
.ifdef(WITH_GNUBIFF_PASSWORD)
CONFIGURE_ARGS+= --with-password
.endif
.ifndef(WITHOUT_NLS)
.if ${PORT_OPTIONS:MNLS}
CONFIGURE_ARGS+= --enable-nls
PLIST_SUB+= NLS=""
USES+= gettext