diff options
author | bapt <bapt@FreeBSD.org> | 2012-07-28 01:06:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-07-28 01:06:03 +0800 |
commit | b8e9b069fbb56d01330def155a8f8d99ce61c3df (patch) | |
tree | 2ea57431dddea5c41b886f8f681dcebd0c224aae /sysutils/sensors-applet | |
parent | daf6bdb08349003e1f1fd517f5e06e0d2957b71b (diff) | |
download | freebsd-ports-gnome-b8e9b069fbb56d01330def155a8f8d99ce61c3df.tar.gz freebsd-ports-gnome-b8e9b069fbb56d01330def155a8f8d99ce61c3df.tar.zst freebsd-ports-gnome-b8e9b069fbb56d01330def155a8f8d99ce61c3df.zip |
Add some explicit USE_PKGCONFIG=build
Diffstat (limited to 'sysutils/sensors-applet')
-rw-r--r-- | sysutils/sensors-applet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/sensors-applet/Makefile b/sysutils/sensors-applet/Makefile index 9ad3fe4a6a30..4a426c95d933 100644 --- a/sysutils/sensors-applet/Makefile +++ b/sysutils/sensors-applet/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS= mbmon:${PORTSDIR}/sysutils/mbmon \ smartctl:${PORTSDIR}/sysutils/smartmontools USE_GNOME= gnomehack gnomeprefix intlhack gnomepanel libgnomeui +USE_PKGCONFIG= build GNU_CONFIGURE= yes USE_GMAKE= yes DEFINES= -DMBMON_EXECUTABLE=\\\"${LOCALBASE}/bin/mbmon\\\" \ |