From: Michael Tremer Date: Sat, 4 Sep 2010 11:08:52 +0000 (+0200) Subject: libpng: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=128a348fc4355c69e6d8e17241dc79fdb3a481d9;p=ipfire-3.x.git libpng: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/libpng/libpng.nm b/pkgs/core/libpng/libpng.nm index 407431893..1f5e077a0 100644 --- a/pkgs/core/libpng/libpng.nm +++ b/pkgs/core/libpng/libpng.nm @@ -34,10 +34,9 @@ PKG_URL = http://www.libpng.org/pub/png/ PKG_LICENSE = zlib PKG_SUMMARY = A library of functions for manipulating PNG image format files. -PKG_BUILD_DEPS+= pkg-config -PKG_DEPS += zlib +PKG_BUILD_DEPS+= pkg-config zlib-devel -PKG_PACKAGES += $(PKG_NAME_REAL)-devel +PKG_PACKAGES += $(PKG_NAME)-devel define PKG_DESCRIPTION The libpng package contains a library of functions for creating and \