diff options
author | antoine <antoine@FreeBSD.org> | 2016-11-25 05:08:47 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-11-25 05:08:47 +0800 |
commit | af23d5b8019151294df9e7bf7f6674392372a3c1 (patch) | |
tree | 68b92cb60f14c15176c4de5ea9152f0a7ca497f8 /deskutils | |
parent | 1d66499689e6ec4e9d7de1c2526f6a0ac4ad84ae (diff) | |
download | freebsd-ports-gnome-af23d5b8019151294df9e7bf7f6674392372a3c1.tar.gz freebsd-ports-gnome-af23d5b8019151294df9e7bf7f6674392372a3c1.tar.zst freebsd-ports-gnome-af23d5b8019151294df9e7bf7f6674392372a3c1.zip |
Add explicit build dependency on the python symlink, currently it relies
on it being provided as a dependency of x11-toolkits/gtk20
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 |