diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-04-04 18:14:12 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-04-04 18:14:12 +0000 |
commit | 2a9199fa10593e3e9a7f6e3465521289bcfbeea8 (patch) | |
tree | e4609984618635381fa982806a1cde8754a06351 /security/aide | |
parent | 238f6e18b5d7fae72d7e352a35e3f929200d290f (diff) | |
download | FreeBSD-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/Makefile | 2 |
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 |