X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=lang%2Fperl%2FMakefile;h=5144a661472b3d7ce29e321b7055e97f292c901a;hb=68b02d15b9afa9358a86912d1223a5eb26368553;hp=d5dce3022b3e5303cbfa6b9882510a970ca29751;hpb=1df851de81ca3b7f3fabc367d948c3cc3713e555;p=packages.git diff --git a/lang/perl/Makefile b/lang/perl/Makefile index d5dce3022..5144a6614 100644 --- a/lang/perl/Makefile +++ b/lang/perl/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2008 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -183,4 +183,8 @@ $(eval $(Build/perl)) $(eval $(call BuildPackage,microperl)) $(eval $(call BuildPackage,perl)) +$(eval $(call RequireCommand,rsync, \ + $(PKG_NAME) requires rsync installed on the host-system. \ +)) + -include perlbase.mk