gpgme: Remove libgpg-error from dependency list

This has become a part of the core system, now.
This commit is contained in:
Michael Tremer
2014-06-19 14:40:56 +02:00
parent 567fadff6a
commit cdbf2bccc8

View File

@@ -32,9 +32,9 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = gpgme
PAK_VER = 1
PAK_VER = 2
DEPS = "libgpg-error libassuan"
DEPS = "libassuan"
###############################################################################
# Top-level Rules