aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-04-05 02:14:12 +0800
committersobomax <sobomax@FreeBSD.org>2001-04-05 02:14:12 +0800
commit2a9199fa10593e3e9a7f6e3465521289bcfbeea8 (patch)
treee4609984618635381fa982806a1cde8754a06351 /security
parent238f6e18b5d7fae72d7e352a35e3f929200d290f (diff)
downloadfreebsd-ports-gnome-2a9199fa10593e3e9a7f6e3465521289bcfbeea8.tar.gz
freebsd-ports-gnome-2a9199fa10593e3e9a7f6e3465521289bcfbeea8.tar.zst
freebsd-ports-gnome-2a9199fa10593e3e9a7f6e3465521289bcfbeea8.zip
Fix another PTHREAD_LIBS conversion victim.
Prompted by: maintainer
Diffstat (limited to 'security')
-rw-r--r--security/aide/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile
index 425edabfc9a2..13fce58faf8d 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