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