mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
Correct build, libtool is a dependency.
PR: ports/116982 Submitted by: Cory R. King <coryking@mozimedia.com>
This commit is contained in:
parent
03b1e8d4a4
commit
3567e448d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=201523
@ -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= *
|
||||
|
Loading…
Reference in New Issue
Block a user