diff options
author | garga <garga@FreeBSD.org> | 2005-10-20 01:14:52 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-10-20 01:14:52 +0800 |
commit | cbd387de46d25a0d9ad15c89b1b953ed964806ab (patch) | |
tree | 63b82dfb66e1a76a3c0f04ae0257f93596a5284d /net/libnss-mysql | |
parent | 05d421877c4ac486b80aa22ba9e55d8ffc5fce3f (diff) | |
download | freebsd-ports-gnome-cbd387de46d25a0d9ad15c89b1b953ed964806ab.tar.gz freebsd-ports-gnome-cbd387de46d25a0d9ad15c89b1b953ed964806ab.tar.zst freebsd-ports-gnome-cbd387de46d25a0d9ad15c89b1b953ed964806ab.zip |
- Change --with-mysql-lib and --with-mysql-inc to --with-mysql
PR: ports/87556
Submitted by: maintainer
Diffstat (limited to 'net/libnss-mysql')
-rw-r--r-- | net/libnss-mysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libnss-mysql/Makefile b/net/libnss-mysql/Makefile index 676b6a77634a..4759868ad8f8 100644 --- a/net/libnss-mysql/Makefile +++ b/net/libnss-mysql/Makefile @@ -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 |