diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-15 11:46:10 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-15 11:46:10 +0000 |
commit | 37365e1d5b041a09f4bc2a5a0665d75683fa4f69 (patch) | |
tree | 47adf455fda2eddad414fe0c9ee0993f02ad8602 /ports-mgmt | |
parent | 9b8e574c6d3423d23f98db834db656d939629542 (diff) | |
download | ports-37365e1d5b041a09f4bc2a5a0665d75683fa4f69.tar.gz ports-37365e1d5b041a09f4bc2a5a0665d75683fa4f69.zip |
- connect pkg_search to the build
Submitted by: erwin
Pointyhat to: chinsan
Notes
Notes:
svn path=/head/; revision=203722
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index 07cd19ad34af..40915da6f900 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -22,6 +22,7 @@ SUBDIR += pkg_remove SUBDIR += pkg_replace SUBDIR += pkg_rmleaves + SUBDIR += pkg_search SUBDIR += pkg_trackinst SUBDIR += pkg_tree SUBDIR += pkgfe |