diff options
Diffstat (limited to 'textproc/localize/Makefile')
-rw-r--r-- | textproc/localize/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/localize/Makefile b/textproc/localize/Makefile index f39442fbd6b4..1fea59bbe3ff 100644 --- a/textproc/localize/Makefile +++ b/textproc/localize/Makefile @@ -12,10 +12,8 @@ COMMENT= Application to aid in the translation of .strings files LICENSE= GPLv2 -USE_GNUSTEP= yes -USE_GNUSTEP_BACK= yes -USE_GNUSTEP_BUILD= yes -USE_GNUSTEP_INSTALL= yes +USES= gnustep +USE_GNUSTEP= back build WRKSRC= ${WRKDIR}/Localize |