diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-11-24 21:08:47 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-11-24 21:08:47 +0000 |
commit | 429c2f6023660bac4ca37b6392c411f3307879e1 (patch) | |
tree | 68b92cb60f14c15176c4de5ea9152f0a7ca497f8 /deskutils | |
parent | 5f1b6eb9763eba14a4135cb10d8c9efb9fecbaa4 (diff) | |
download | ports-429c2f6023660bac4ca37b6392c411f3307879e1.tar.gz ports-429c2f6023660bac4ca37b6392c411f3307879e1.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/nemo-extensions/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/nemo-extensions/Makefile b/deskutils/nemo-extensions/Makefile index 0e8299638769..bdc15f52da44 100644 --- a/deskutils/nemo-extensions/Makefile +++ b/deskutils/nemo-extensions/Makefile @@ -12,6 +12,7 @@ COMMENT= File manager extensions for the Cinnamon desktop BUILD_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme \ gtkdocize:textproc/gtk-doc \ + python:lang/python \ rst2html:textproc/py-docutils \ gnome-autogen.sh:devel/gnome-common \ ${LOCALBASE}/libdata/pkgconfig/gsettings-desktop-schemas.pc:devel/gsettings-desktop-schemas @@ -36,7 +37,7 @@ GH_TAGNAME= 6c8ec3a USE_GNOME= gconf2 gnomeprefix gnomedocutils gtksourceview3 intlhack \ introspection:build libxml2 pygtk2 USES= autoreconf:build gettext gmake libtool pathfix pkgconfig \ - shebangfix + python shebangfix SHEBANG_FILES= nemo-dropbox/dropbox.in INSTALLS_ICONS= yes USE_LDCONFIG= yes |