diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-22 10:21:08 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-01-22 10:21:08 +0000 |
commit | 78f2e01e1096e28899ab8bc5865cabc9ebdda7aa (patch) | |
tree | 53121ae60c10383bc59d1388d6182e10240b3ad9 /devel/libstatgrab | |
parent | - Fix install (diff) |
- Add dependency on pkg-config. This fixes build of library consumers when
libstatgrab is installed from a package.
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=98785
Diffstat (limited to 'devel/libstatgrab')
-rw-r--r-- | devel/libstatgrab/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libstatgrab/Makefile b/devel/libstatgrab/Makefile index 7d2c3c6f131e..3baf64287cbd 100644 --- a/devel/libstatgrab/Makefile +++ b/devel/libstatgrab/Makefile @@ -21,7 +21,7 @@ DIST_SUBDIR= i-scream GNU_CONFIGURE= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes -USE_GNOME= gnomehack +USE_GNOME= gnomehack pkgconfig MAN3= cpu_percent_usage.3 get_cpu_diff.3 get_cpu_totals.3 \ get_diskio_stats.3 get_diskio_stats_diff.3 get_general_stats.3 \ |