summaryrefslogtreecommitdiff
path: root/security/ossec-hids-local/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/ossec-hids-local/Makefile')
-rw-r--r--security/ossec-hids-local/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ossec-hids-local/Makefile b/security/ossec-hids-local/Makefile
index 2550813a7cd4..68f9212657ab 100644
--- a/security/ossec-hids-local/Makefile
+++ b/security/ossec-hids-local/Makefile
@@ -189,8 +189,8 @@ PKGMSG_FILES= message-header
PKG_CONFIG= ${CONFIGURE_ENV:MPKG_CONFIG=*:S/PKG_CONFIG=//}
CFLAGS+= -I${LOCALBASE}/include
-INOTIFY_CFLAGS= $$(${PKG_CONFIG} --cflags libinotify)
-INOTIFY_LDFLAGS=$$(${PKG_CONFIG} --libs libinotify)
+INOTIFY_CFLAGS= `${PKG_CONFIG} --cflags libinotify`
+INOTIFY_LDFLAGS= `${PKG_CONFIG} --libs libinotify`
OSSEC_ARGS+= TARGET=${OSSEC_TYPE} PCRE2_SYSTEM=yes INSTALL_LOCALTIME=no INSTALL_RESOLVCONF=no
.if defined(OSSEC_MAX_AGENTS)