diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-05-30 17:09:21 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-05-30 17:09:21 +0000 |
commit | bd6b6a84e79481192a5f0ee150df2a12656746d4 (patch) | |
tree | 840ed863b031714b1fb2394fe276a92ef99fcac6 /package/ppp/Makefile | |
parent | 9140bea028fa72b8faec8cbd7bd238359889b217 (diff) | |
download | upstream-bd6b6a84e79481192a5f0ee150df2a12656746d4.tar.gz upstream-bd6b6a84e79481192a5f0ee150df2a12656746d4.tar.bz2 upstream-bd6b6a84e79481192a5f0ee150df2a12656746d4.zip |
add proper build depends
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3841 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ppp/Makefile')
-rw-r--r-- | package/ppp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ppp/Makefile b/package/ppp/Makefile index 1542a8b5d7..0139eb051f 100644 --- a/package/ppp/Makefile +++ b/package/ppp/Makefile @@ -5,6 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ppp PKG_VERSION:=2.4.3 PKG_RELEASE:=7 +PKG_BUILDDEP:=libpcap PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -19,7 +20,6 @@ include $(TOPDIR)/package/rules.mk define Package/ppp SECTION:=net CATEGORY:=Network - NEEDS:=libpcap MENU:=1 DEFAULT:=y TITLE:=PPP daemon |