mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 23:18:42 +01:00
treewide: remove superfluous + signs from PKG_BUILD_DEPENDS
A + sign does not have meaning in build depends. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
This commit is contained in:
@@ -19,7 +19,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_MAINTAINER:=Denis Shulyaka <Shulyaka@gmail.com>
|
||||
PKG_LICENSE:=IPL-1.0
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
PKG_BUILD_DEPENDS:=+POSTFIX_CDB:tinycdb
|
||||
PKG_BUILD_DEPENDS:=POSTFIX_CDB:tinycdb
|
||||
PKG_CONFIG_DEPENDS:= \
|
||||
CONFIG_POSTFIX_TLS \
|
||||
CONFIG_POSTFIX_SASL \
|
||||
|
||||
Reference in New Issue
Block a user