summaryrefslogtreecommitdiffstats
path: root/security/aide
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-04-04 18:14:12 +0000
committersobomax <sobomax@FreeBSD.org>2001-04-04 18:14:12 +0000
commit2a9199fa10593e3e9a7f6e3465521289bcfbeea8 (patch)
treee4609984618635381fa982806a1cde8754a06351 /security/aide
parent238f6e18b5d7fae72d7e352a35e3f929200d290f (diff)
downloadFreeBSD-ports-2a9199fa10593e3e9a7f6e3465521289bcfbeea8.zip
FreeBSD-ports-2a9199fa10593e3e9a7f6e3465521289bcfbeea8.tar.gz
Fix another PTHREAD_LIBS conversion victim.
Prompted by: maintainer
Diffstat (limited to 'security/aide')
-rw-r--r--security/aide/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile
index 425edab..13fce58 100644
--- a/security/aide/Makefile
+++ b/security/aide/Makefile
@@ -21,7 +21,7 @@ CONFIGURE_ARGS+=--with-mhash \
--with-zlib \
--with-config_file=/var/adm/aide/aide.conf
-CONFIGURE_ENV+= LIBS='-L${LOCALBASE}/lib ${PTHREAD_LIBS}'
+CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
MAN1= aide.1
MAN5= aide.conf.5
OpenPOWER on IntegriCloud