summaryrefslogtreecommitdiff
path: root/sysutils/sensors-applet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/sensors-applet/Makefile')
-rw-r--r--sysutils/sensors-applet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/sensors-applet/Makefile b/sysutils/sensors-applet/Makefile
index 6f39f031dcd1..d96d92278639 100644
--- a/sysutils/sensors-applet/Makefile
+++ b/sysutils/sensors-applet/Makefile
@@ -22,8 +22,8 @@ GNU_CONFIGURE= yes
USE_GMAKE= yes
DEFINES= -DMBMON_EXECUTABLE=\\\"${LOCALBASE}/bin/mbmon\\\" \
-DSMARTCTL_HELPER=\\\"${PREFIX}/libexec/smartctl-helper\\\"
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${DEFINES}" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS+= -I${LOCALBASE}/include ${DEFINES}
+LDFLAGS+= -L${LOCALBASE}/lib
post-patch:
@${CP} -f ${FILESDIR}/mbmon-sensors-interface.* \