rpcbind: depend on systemd-devel if the systemd option is enabled.

This commit is contained in:
Juan RP 2014-11-27 08:46:04 +01:00
parent 7b09339f0f
commit a4da94024b

View File

@ -6,7 +6,7 @@ build_style=gnu-configure
configure_args="--enable-warmstarts --with-statedir=/run --with-rpcuser=rpc
$(vopt_if systemd '--with-systemsystemunitdir=/usr/lib/systemd/system' '--with-systemdsystemunitdir=no')"
hostmakedepends="pkg-config"
makedepends="libtirpc-devel"
makedepends="libtirpc-devel $(vopt_if systemd systemd-devel)"
short_desc="Converts RPC program numbers into universal addresses"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://rpcbind.sourceforge.net"