diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2006-01-08 18:35:08 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2006-01-08 18:35:08 +0000 |
commit | 35f7387178f97fcb3d7bc2d2199a78d3dbffd212 (patch) | |
tree | 2022c3b625fc2ab7ad7fb19b5f4350694b55c659 /x11 | |
parent | f5052938a971361fdfe6c1668fc9a4324604cd59 (diff) | |
download | pkgsrc-35f7387178f97fcb3d7bc2d2199a78d3dbffd212.tar.gz |
Bump PKGREVISION due to mysql.buildlink3.mk changes (default mysql
pkg has been changed to 5.x). Reminded by wiz... thanks.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/efltk/Makefile | 4 | ||||
-rw-r--r-- | x11/qt3-mysql/Makefile | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/efltk/Makefile b/x11/efltk/Makefile index 237549a7585..6ededd4db47 100644 --- a/x11/efltk/Makefile +++ b/x11/efltk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2005/11/07 15:48:16 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/01/08 18:35:12 xtraeme Exp $ # DISTNAME= efltk-2.0.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ede/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/qt3-mysql/Makefile b/x11/qt3-mysql/Makefile index 0fac60ab451..4739ab4f9b6 100644 --- a/x11/qt3-mysql/Makefile +++ b/x11/qt3-mysql/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.15 2005/12/05 20:51:19 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2006/01/08 18:35:12 xtraeme Exp $ .include "../../x11/qt3-libs/Makefile.common" PKGNAME= qt3-mysql-${QTVERSION} +PKGREVISION= 1 COMMENT= QT mysql driver CONFIGURE_ARGS+= -I${QTDIR}/include \ |