diff options
author | kleink <kleink> | 2001-10-27 15:20:40 +0000 |
---|---|---|
committer | kleink <kleink> | 2001-10-27 15:20:40 +0000 |
commit | 311d73817622c5c36eea6b010bf934bdd07c9231 (patch) | |
tree | a4500ce8f9b9ba5c0290ea34ed91fd375f9aac04 /databases/gq | |
parent | 17c62c6a05a4e953c30b69b3ffdda23cdfe7c2f0 (diff) | |
download | pkgsrc-311d73817622c5c36eea6b010bf934bdd07c9231.tar.gz |
Use buildlink for gtk and openldap dependencies.
Diffstat (limited to 'databases/gq')
-rw-r--r-- | databases/gq/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/databases/gq/Makefile b/databases/gq/Makefile index c66f0a5b05e..b1bc1da89a1 100644 --- a/databases/gq/Makefile +++ b/databases/gq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/06/11 06:34:23 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/10/27 15:20:40 kleink Exp $ # DISTNAME= gq-0.3.0 @@ -10,11 +10,10 @@ MAINTAINER= rh@netbsd.org HOMEPAGE= http://biot.com/gq/ COMMENT= GTK-based LDAP client -DEPENDS+= openldap>=1.2.11:../../databases/openldap -DEPENDS+= gtk+>=1.2.8:../../x11/gtk +USE_BUILDLINK_ONLY= YES -USE_X11BASE= YES GNU_CONFIGURE= YES -CPPFLAGS+= -I${LOCALBASE}/include +.include "../../databases/openldap/buildlink.mk" +.include "../../x11/gtk/buildlink.mk" .include "../../mk/bsd.pkg.mk" |