diff options
author | kris <kris@FreeBSD.org> | 2007-01-30 07:51:55 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-01-30 07:51:55 +0800 |
commit | c4b25c8706563848067a2476165dc6d1b9847808 (patch) | |
tree | 0a79c4a43e327cfd471e874f7fe11b78057b34be /security/pam_p11 | |
parent | e2c3f06a64aca1169fe9b5289b0ebf9227714e9f (diff) | |
download | freebsd-ports-graphics-c4b25c8706563848067a2476165dc6d1b9847808.tar.gz freebsd-ports-graphics-c4b25c8706563848067a2476165dc6d1b9847808.tar.zst freebsd-ports-graphics-c4b25c8706563848067a2476165dc6d1b9847808.zip |
Use libtool port instead of included version to avoid a.out objformat botch
Diffstat (limited to 'security/pam_p11')
-rw-r--r-- | security/pam_p11/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/pam_p11/Makefile b/security/pam_p11/Makefile index d1b1bed63e0..3fdba155860 100644 --- a/security/pam_p11/Makefile +++ b/security/pam_p11/Makefile @@ -15,6 +15,7 @@ COMMENT= A PAM module using crypto tokens for auth LIB_DEPENDS= p11.1:${PORTSDIR}/security/libp11 +USE_AUTOTOOLS= libtool:15 USE_OPENSSL= yes GNU_CONFIGURE= yes USE_GNOME= pkgconfig |