]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
newt: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:54 +0000 (13:08 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 4 Sep 2010 11:08:54 +0000 (13:08 +0200)
pkgs/core/newt/newt.nm

index 624a5007f1af3c885c8d6bcc61b8eb7ef8174914..e00a08321a574fdc9a0bc8675d475f9acd48daab 100644 (file)
@@ -34,7 +34,7 @@ PKG_URL        = https://fedorahosted.org/releases/n/e/newt/
 PKG_LICENSE    = LGPLv2
 PKG_SUMMARY    = A library for text mode user interfaces.
 
-PKG_DEPS      += popt python slang
+PKG_BUILD_DEPS+= popt-devel python-devel slang-devel
 
 define PKG_DESCRIPTION
        Newt is a programming library for color text mode, widget based user \
@@ -48,6 +48,8 @@ endef
 
 PKG_TARBALL    = $(THISAPP).tar.gz
 
+PKG_PACKAGES  += $(PKG_NAME)-devel
+
 CONFIGURE_OPTIONS += \
        --without-gpm-support \
        --without-tcl