diff options
Diffstat (limited to 'sysutils/heartbeat/Makefile')
-rw-r--r-- | sysutils/heartbeat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/heartbeat/Makefile b/sysutils/heartbeat/Makefile index 5893fe7175db..3985711fe331 100644 --- a/sysutils/heartbeat/Makefile +++ b/sysutils/heartbeat/Makefile @@ -41,8 +41,8 @@ INSTALL_TARGET= install-strip USERS= hacluster GROUPS= haclient -CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libnet11 -LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib/libnet11 +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --localstatedir=/var \ --with-miBsdir=${PREFIX}/snmp/mibs \ |