View | Details | Raw Unified | Return to bug 210185 | Differences between
and this patch

Collapse All | Expand All

(-)b/sysutils/flock/Makefile (-2 / +2 lines)
Lines 14-25 LICENSE= GPLv2 Link Here
14
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
15
15
16
GNU_CONFIGURE=	yes
16
GNU_CONFIGURE=	yes
17
USES=		autoreconf:autopoint libtool pkgconfig
17
USES=		libtool pkgconfig
18
18
19
OPTIONS_DEFINE=	NLS
19
OPTIONS_DEFINE=	NLS
20
20
21
NLS_CONFIGURE_OFF=--disable-nls
21
NLS_CONFIGURE_OFF=--disable-nls
22
NLS_USES=	gettext
22
NLS_USES=	autoreconf:autopoint gettext
23
23
24
PLIST_FILES=	bin/flock man/man1/flock.1.gz
24
PLIST_FILES=	bin/flock man/man1/flock.1.gz
25
25

Return to bug 210185