diff options
Diffstat (limited to 'textproc/stardict3/Makefile')
-rw-r--r-- | textproc/stardict3/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/stardict3/Makefile b/textproc/stardict3/Makefile index abe11cb32b9c..8f7720cdf196 100644 --- a/textproc/stardict3/Makefile +++ b/textproc/stardict3/Makefile @@ -20,10 +20,9 @@ CONFIGURE_ARGS= --disable-festival \ --disable-gucharmap \ --disable-espeak \ --disable-updateinfo -USE_GMAKE= yes USE_BZIP2= yes USE_GNOME= gnomehack -USES= gettext +USES= gettext gmake pkgconfig CONFIGURE_WRKSRC= ${WRKSRC}/dict BUILD_WRKSRC= ${CONFIGURE_WRKSRC} INSTALL_WRKSRC= ${CONFIGURE_WRKSRC} |