diff options
Diffstat (limited to 'devel/gitg/Makefile')
-rw-r--r-- | devel/gitg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gitg/Makefile b/devel/gitg/Makefile index d683c7991..32486bd9d 100644 --- a/devel/gitg/Makefile +++ b/devel/gitg/Makefile @@ -19,9 +19,9 @@ LIB_DEPENDS= libgit2-glib-1.0.so:${PORTSDIR}/devel/libgit2-glib \ libgtkspell3-3.so:${PORTSDIR}/textproc/gtkspell3 \ libgee-0.8.so:${PORTSDIR}/devel/libgee -USES= gettext gmake libtool:keepla pathfix pkgconfig tar:xz +USES= gettext gmake libtool:keepla pathfix pkgconfig \ + python:3 tar:xz USE_GNOME= gnomeprefix gtk30 gtksourceview3 intlhack libxslt -USE_PYTHON= 3 USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes |