diff options
author | madpilot <madpilot@FreeBSD.org> | 2015-07-15 06:33:49 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2015-07-15 06:33:49 +0800 |
commit | 294eddc1d11f330b25fddacb3ef4888cf5e4804d (patch) | |
tree | 82dd239f395e4414adc49bb57ab1f4ebce2b8b69 /deskutils | |
parent | ef33673b183d100637b6778765df70678d331565 (diff) | |
download | freebsd-ports-gnome-294eddc1d11f330b25fddacb3ef4888cf5e4804d.tar.gz freebsd-ports-gnome-294eddc1d11f330b25fddacb3ef4888cf5e4804d.tar.zst freebsd-ports-gnome-294eddc1d11f330b25fddacb3ef4888cf5e4804d.zip |
Fix build when NLS is disabled.
PR: 199469
Submitted by: tobias.kortkamp at gmail.com
Approved by: Maintainer timeout
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/parcellite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/parcellite/Makefile b/deskutils/parcellite/Makefile index c14cad32e2e7..24871daa5917 100644 --- a/deskutils/parcellite/Makefile +++ b/deskutils/parcellite/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv3 BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser -USES= gmake pkgconfig +USES= gettext-tools gmake pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 @@ -25,7 +25,7 @@ OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext +NLS_USES= gettext-runtime SUB_FILES= pkg-message |