mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
sysutils/vobcopy: Fix build without option NLS
PR: 284300
This commit is contained in:
parent
c6007c128d
commit
1282dc9123
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ LICENSE= GPLv2+
|
||||||
|
|
||||||
LIB_DEPENDS= libdvdread.so:multimedia/libdvdread
|
LIB_DEPENDS= libdvdread.so:multimedia/libdvdread
|
||||||
|
|
||||||
USES= autoreconf localbase iconv
|
USES= autoreconf gettext-tools localbase iconv
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
GH_ACCOUNT= barak
|
GH_ACCOUNT= barak
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
@ -29,8 +29,8 @@ PORTDOCS= COPYING ChangeLog Changelog README Release-Notes TODO \
|
||||||
OPTIONS_DEFINE= NLS DOCS
|
OPTIONS_DEFINE= NLS DOCS
|
||||||
OPTIONS_DEFAULT= NLS
|
OPTIONS_DEFAULT= NLS
|
||||||
|
|
||||||
NLS_USES= gettext
|
NLS_USES= gettext-runtime
|
||||||
NLS_CONFIGURE_ENABLE= nls
|
NLS_CONFIGURE_ENABLE= nls
|
||||||
NLS_LIBS= -lintl
|
NLS_LIBS= -lintl
|
||||||
|
|
||||||
post-configure:
|
post-configure:
|
||||||
|
|
Loading…
Add table
Reference in a new issue