diff options
author | Anders Nordby <anders@FreeBSD.org> | 2007-10-15 20:09:06 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2007-10-15 20:09:06 +0000 |
commit | 3567e448d4c2be9c12f16bc8368751b7331785ab (patch) | |
tree | 3510aaa499511521cf97c4d75a0944fec04afdfa /security/pam-mysql | |
parent | 03b1e8d4a452b9632040e510114e02df3dae4f03 (diff) | |
download | ports-3567e448d4c2be9c12f16bc8368751b7331785ab.tar.gz ports-3567e448d4c2be9c12f16bc8368751b7331785ab.zip |
Notes
Diffstat (limited to 'security/pam-mysql')
-rw-r--r-- | security/pam-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile index 647dc11dd679..d311ed9240b3 100644 --- a/security/pam-mysql/Makefile +++ b/security/pam-mysql/Makefile @@ -17,14 +17,14 @@ COMMENT= A pam module for authenticating with MySQL USE_MYSQL= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= aclocal:14 autoconf:261 +USE_AUTOTOOLS= aclocal:14 autoconf:261 libtool:15 ACLOCAL_ARGS= -I ${PREFIX}/share/aclocal CONFIGURE_ARGS= --with-mysql=${LOCALBASE} --with-pam-mods-dir=${PREFIX}/lib --with-pam=/usr SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -PLIST_FILES= lib/pam_mysql.la lib/pam_mysql.so +PLIST_FILES= lib/pam_mysql.la lib/pam_mysql.so lib/pam_mysql.a .if !defined(NOPORTDOCS) PORTDOCS= * |