1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

- Change --with-mysql-lib and --with-mysql-inc to --with-mysql

PR:		ports/87556
Submitted by:	maintainer
This commit is contained in:
Renato Botelho 2005-10-19 17:14:52 +00:00
parent 35aca74cf4
commit 5f6b1b0ff2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145883

View File

@ -7,6 +7,7 @@
PORTNAME= libnss-mysql
PORTVERSION= 1.5
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= libnss-mysql
@ -16,8 +17,7 @@ COMMENT= NSS module using a MySQL database for backend
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-mysql-lib=${LOCALBASE}/lib/mysql \
--with-mysql-inc=${LOCALBASE}/include/mysql
CONFIGURE_ARGS= --with-mysql=${LOCALBASE}
INSTALLS_SHLIB= yes
USE_LIBTOOL_VER=15
USE_MYSQL= yes