pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/mysqlcc USE_LANGUAGES=c++.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/edc78bc88da8
branches:  trunk
changeset: 513122:edc78bc88da8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 21 13:20:46 2006 +0000

description:
USE_LANGUAGES=c++.
Package does not need qt3-tools at run time, so remove the full
dependency and bump PKGREVISION.

diffstat:

 databases/mysqlcc/Makefile |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (33 lines):

diff -r d003f95f9b16 -r edc78bc88da8 databases/mysqlcc/Makefile
--- a/databases/mysqlcc/Makefile        Sun May 21 13:04:10 2006 +0000
+++ b/databases/mysqlcc/Makefile        Sun May 21 13:20:46 2006 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.18 2006/04/17 13:46:20 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2006/05/21 13:20:46 wiz Exp $
 #
 
 DISTNAME=              mysqlcc-0.9.4-src
 PKGNAME=               ${DISTNAME:S/-src//}
-PKGREVISION=           7
+PKGREVISION=           8
 CATEGORIES=            databases
 MASTER_SITES=          ${MASTER_SITE_MYSQL:=MySQLCC/}
 
@@ -11,6 +11,7 @@
 HOMEPAGE=              http://www.mysql.com/
 COMMENT=               MySQL Control Center
 
+USE_LANGUAGES=         c++
 USE_PKGLOCALEDIR=      YES
 USE_TOOLS+=            automake
 GNU_CONFIGURE=         YES
@@ -34,9 +35,5 @@
 
 .include "../../security/openssl/buildlink3.mk"
 .include "../../x11/qt3-tools/buildlink3.mk"
-# XXX Please verify whether qt3-tools is really needed at run-time.
-# If it is, then remove this comment.  If it is not, then remove
-# this comment and the line below, and bump PKGREVISION.
-BUILDLINK_DEPMETHOD.qt3-tools= full
 .include "../../mk/mysql.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index