diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 08:50:17 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-19 08:50:17 +0000 |
commit | e1555011ab42870150513585c13b3a273e4bf53b (patch) | |
tree | 75814c6755c8e7b9ed02c4c7bd60001370cbdfbd /deskutils/cairo-dock-plugins | |
parent | dae43d7a6d5bdca67edda0ed02db4a1593899b62 (diff) |
Notes
Diffstat (limited to 'deskutils/cairo-dock-plugins')
-rw-r--r-- | deskutils/cairo-dock-plugins/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/cairo-dock-plugins/Makefile b/deskutils/cairo-dock-plugins/Makefile index 5f341eba0a79..e5c6d9212b5f 100644 --- a/deskutils/cairo-dock-plugins/Makefile +++ b/deskutils/cairo-dock-plugins/Makefile @@ -21,9 +21,8 @@ ICONS_PACKAGE= cairo-dock-plugins-png-icons GNU_CONFIGURE= yes USE_GNOME= glib20 gtk20 librsvg2 libxml2 USE_LDCONFIG= yes -USE_PYTHON= yes USE_XORG= xrender -USES= cmake gettext pkgconfig +USES= cmake gettext pkgconfig python LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB+= PYVER="${PYTHON_VERSION:S/thon//}" CMAKE_ARGS+= -DROOT_PREFIX:PATH=${STAGEDIR} |