summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-11-14 10:02:15 +0000
committerwiz <wiz@pkgsrc.org>2003-11-14 10:02:15 +0000
commitd99b6e73b0fe51c9e340c5c47ea4595d50f6b01f (patch)
tree280fca9b560e287dbdfa4431188647500c53fde4 /databases
parent92c0808d822a2f269802035f4e00cdbafbdb71a6 (diff)
downloadpkgsrc-d99b6e73b0fe51c9e340c5c47ea4595d50f6b01f.tar.gz
Convert to buildlink2. Use LIBTOOL_OVERRIDE.
Fix build with xpkgwedge. s/USE_X11BASE/USE_X11/ and bump PKGREVISION for that.
Diffstat (limited to 'databases')
-rw-r--r--databases/kpsql/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/databases/kpsql/Makefile b/databases/kpsql/Makefile
index f4b0fcdc26a..9ded81f7244 100644
--- a/databases/kpsql/Makefile
+++ b/databases/kpsql/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2003/07/17 21:28:19 grant Exp $
+# $NetBSD: Makefile,v 1.12 2003/11/14 10:02:15 wiz Exp $
#
DISTNAME= kpsql-1.0
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= databases
MASTER_SITES= http://www.mutinybaysoftware.com/downloads/
EXTRACT_SUFX= .tgz
@@ -11,18 +11,18 @@ MAINTAINER= wulf@NetBSD.org
HOMEPAGE= http://www.mutinybaysoftware.com/kpsql.html
COMMENT= Interactive Query Tool for PostgreSQL
-DEPENDS+= kdebase-1.1.2nb3:../../x11/kdebase
-DEPENDS+= postgresql-lib>=7.3.1:../../databases/postgresql-lib
-
-USE_X11BASE= yes
+USE_BUILDLINK2= yes
+USE_X11= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-qt-dir=${X11BASE}/qt1 \
- --with-pgsqldir=${LOCALBASE}
+CONFIGURE_ARGS+=--with-qt-dir=${QTDIR} \
+ --with-pgsqldir=${BUILDLINK_PREFIX.postgresql-lib}
-CONFIGURE_ENV+= KDEDIR=${X11BASE} \
- MOC="${X11BASE}/qt1/bin/moc"
+CONFIGURE_ENV+= KDEDIR=${BUILDLINK_PREFIX.kdebase}
+.include "../../databases/postgresql-lib/buildlink2.mk"
+.include "../../x11/kdebase/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"