diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-03 05:04:00 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-03 05:04:00 +0800 |
commit | cfb51d057a3d4878b0c7f7fef7d78c84d49810fb (patch) | |
tree | 96bf111a2c4bd2fb8f21e7bd11b5e29e623151fd /benchmarks/gtkperf | |
parent | 1068ae6edbfdf135636b0c961f416ec77d3fa5d9 (diff) | |
download | freebsd-ports-gnome-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.tar.gz freebsd-ports-gnome-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.tar.zst freebsd-ports-gnome-cfb51d057a3d4878b0c7f7fef7d78c84d49810fb.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'benchmarks/gtkperf')
-rw-r--r-- | benchmarks/gtkperf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/gtkperf/Makefile b/benchmarks/gtkperf/Makefile index c2963022a069..61381ebcf1c4 100644 --- a/benchmarks/gtkperf/Makefile +++ b/benchmarks/gtkperf/Makefile @@ -12,7 +12,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Measure your system's GTK+ performance WRKSRC= ${WRKDIR}/${PORTNAME} -USES= gmake +USES= gmake pkgconfig GNU_CONFIGURE= yes USE_GNOME= gtk20 gnomeprefix |