diff options
Diffstat (limited to 'mail/milter-manager')
-rw-r--r-- | mail/milter-manager/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/milter-manager/Makefile b/mail/milter-manager/Makefile index bd9e13ec5c53..8c32c5f4ee3b 100644 --- a/mail/milter-manager/Makefile +++ b/mail/milter-manager/Makefile @@ -22,7 +22,7 @@ MAKE_ARGS+= pkgconfigdir=${PREFIX}/libdata/pkgconfig CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ --with-libev \ LDFLAGS="-L${LOCALBASE}/lib -lintl" -USE_GMAKE= yes +USES= gmake pkgconfig USE_GNOME= glib20 intltool USE_LDCONFIG= yes USE_RUBY= yes |