aboutsummaryrefslogtreecommitdiff
path: root/net/libnss-mysql/Makefile
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
committerAde Lovett <ade@FreeBSD.org>2006-02-23 10:40:44 +0000
commit8503536d3896846d823f7f76be54e0a99da8d8b6 (patch)
tree1a89e4038216ead71b008f2a5091474964e1c341 /net/libnss-mysql/Makefile
parentc20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff)
downloadports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz
ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip
Notes
Diffstat (limited to 'net/libnss-mysql/Makefile')
-rw-r--r--net/libnss-mysql/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/net/libnss-mysql/Makefile b/net/libnss-mysql/Makefile
index fbbef47fda01..3743f20d3db2 100644
--- a/net/libnss-mysql/Makefile
+++ b/net/libnss-mysql/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libnss-mysql
PORTVERSION= 1.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= libnss-mysql
@@ -15,11 +15,10 @@ MASTER_SITE_SUBDIR= libnss-mysql
MAINTAINER= vd@FreeBSD.org
COMMENT= NSS module using a MySQL database for backend
-GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-mysql=${LOCALBASE}
INSTALLS_SHLIB= yes
-USE_AUTOTOOLS= libtool:15
+GNU_CONFIGURE= yes
USE_MYSQL= yes
.include <bsd.port.pre.mk>