nullmailer: add missing dependency

git-svn-id: svn://svn.openwrt.org/openwrt/packages@32248 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2012-06-11 23:35:42 +00:00
parent 99a0810c59
commit e94305074e

View File

@ -20,6 +20,7 @@ include $(INCLUDE_DIR)/package.mk
define Package/nullmailer define Package/nullmailer
SECTION:=mail SECTION:=mail
CATEGORY:=Mail CATEGORY:=Mail
DEPENDS:=+libstdcpp
TITLE:=A minimal MTA for hosts which relay to a fixed set of smart relays TITLE:=A minimal MTA for hosts which relay to a fixed set of smart relays
URL:=http://untroubled.org/nullmailer/ URL:=http://untroubled.org/nullmailer/
endef endef