diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /games/cuyo/Makefile | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) |
Notes
Diffstat (limited to 'games/cuyo/Makefile')
-rw-r--r-- | games/cuyo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/cuyo/Makefile b/games/cuyo/Makefile index e9337a318fab..4efe99c81c23 100644 --- a/games/cuyo/Makefile +++ b/games/cuyo/Makefile @@ -29,7 +29,7 @@ OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes NLS_CONFIGURE_ENABLE= nls -NLS_BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed +NLS_BUILD_DEPENDS= gsed:textproc/gsed NLS_USES= gettext perl5 NLS_USE= perl5=build NLS_LDFLAGS= -lintl |