mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
bluefish: build with python3-devel.
This commit is contained in:
parent
ca2bd42db3
commit
7a1aadb88f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'bluefish'
|
||||
pkgname=bluefish
|
||||
version=2.2.12
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-spell-check --disable-update-databases
|
||||
--disable-xml-catalog-update $(vopt_enable python)"
|
||||
|
@ -9,7 +9,7 @@ pycompile_dirs="/usr/share/bluefish"
|
|||
hostmakedepends="pkg-config intltool gdk-pixbuf-devel libxml2-devel
|
||||
automake libtool gettext-devel glib-devel"
|
||||
makedepends="libxml2-devel gtk+3-devel enchant2-devel gucharmap-devel
|
||||
$(vopt_if python python-devel)"
|
||||
$(vopt_if python python3-devel)"
|
||||
depends="hicolor-icon-theme desktop-file-utils xmlcatmgr
|
||||
$(vopt_if python python3)"
|
||||
short_desc="Powerful HTML editor for experienced web designers and programmers"
|
||||
|
|
Loading…
Add table
Reference in a new issue