summaryrefslogtreecommitdiff
path: root/databases/gq/Makefile
diff options
context:
space:
mode:
authorkleink <kleink@pkgsrc.org>2001-10-27 15:20:40 +0000
committerkleink <kleink@pkgsrc.org>2001-10-27 15:20:40 +0000
commit5591fa1f458e6169a1da2a2b4e4e7333e15c28e3 (patch)
treea4500ce8f9b9ba5c0290ea34ed91fd375f9aac04 /databases/gq/Makefile
parenta7f539a95c320c086ce1fa1c0415e9225f247a63 (diff)
downloadpkgsrc-5591fa1f458e6169a1da2a2b4e4e7333e15c28e3.tar.gz
Use buildlink for gtk and openldap dependencies.
Diffstat (limited to 'databases/gq/Makefile')
-rw-r--r--databases/gq/Makefile9
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"