Commit 200e9595 authored by Gustavo Zacarias's avatar Gustavo Zacarias Committed by Thomas Petazzoni
Browse files

newt: fix weird indentation

parent ac595637
Loading
Loading
Loading
Loading
+6 −8
Original line number Diff line number Diff line
@@ -6,14 +6,12 @@

NEWT_VERSION = 0.52.17
NEWT_SITE = https://fedorahosted.org/releases/n/e/newt/
NEWT_LICENSE         = GPLv2
NEWT_LICENSE_FILES   = COPYING
NEWT_INSTALL_STAGING = YES

NEWT_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) slang popt

NEWT_DEPENDENCIES = popt slang \
	$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
NEWT_CONF_OPT = --without-python --without-tcl

NEWT_MAKE = $(MAKE1)
NEWT_LICENSE = GPLv2
NEWT_LICENSE_FILES = COPYING

$(eval $(autotools-package))