diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-16 14:34:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-16 14:34:44 +0000 |
commit | fb108e4f0342a130e3fd1f0758b41d77b44e54e9 (patch) | |
tree | 5b002a8f97dae745669b7dd0ce9fbb292d5da99b /security/pam-mysql | |
parent | 41405ca916a83224fccd16e2f04d79f259f34319 (diff) | |
download | pkgsrc-fb108e4f0342a130e3fd1f0758b41d77b44e54e9.tar.gz |
Uses C++.
Diffstat (limited to 'security/pam-mysql')
-rw-r--r-- | security/pam-mysql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/pam-mysql/Makefile b/security/pam-mysql/Makefile index 65a317f5e8c..732cf819404 100644 --- a/security/pam-mysql/Makefile +++ b/security/pam-mysql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/03/07 01:22:16 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2006/05/16 14:34:44 joerg Exp $ DISTNAME= pam_mysql-0.7RC1 PKGNAME= ${DISTNAME:S/_/-/:S/RC/rc/} @@ -13,6 +13,7 @@ DOCDIR= ${PREFIX}/share/doc/pam-mysql GNU_CONFIGURE= yes USE_LIBTOOL= yes +USE_LANGUAGES= c c++ CONFIGURE_ARGS+= --with-mysql=${BUILDLINK_PREFIX.mysql-client:Q} CONFIGURE_ARGS+= --with-pam-mods-dir=${PREFIX:Q}/lib/security |