summaryrefslogtreecommitdiff
path: root/x11/gdkxft/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-04-04 11:50:09 +0000
committerwiz <wiz@pkgsrc.org>2002-04-04 11:50:09 +0000
commit5fb5a277da3beb8ec59b2c6328c5288585743e9f (patch)
tree8caa70d4022cf742773d8874a407a6638daba961 /x11/gdkxft/Makefile
parent2f41986175d1ea62a597eaa06b5e703f915b1547 (diff)
downloadpkgsrc-5fb5a277da3beb8ec59b2c6328c5288585743e9f.tar.gz
Use controlcenter buildlink.mk, and add the one for libglade.
Should make this package build (again?). Noted broken in recent i386 bulk build.
Diffstat (limited to 'x11/gdkxft/Makefile')
-rw-r--r--x11/gdkxft/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile
index b4dd53ffe30..c424baeba08 100644
--- a/x11/gdkxft/Makefile
+++ b/x11/gdkxft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2002/03/22 22:06:36 mycroft Exp $
+# $NetBSD: Makefile,v 1.4 2002/04/04 11:50:09 wiz Exp $
#
DISTNAME= gdkxft-1.5
@@ -15,7 +15,6 @@ COMMENT= transparently add anti-aliased font support to gtk+ applications
IGNORE= "${PKGNAME} requires XFree86-4.0 or higher"
.endif
-DEPENDS+= control-center>=1.2.0:../../x11/controlcenter
GNU_CONFIGURE= YES
USE_PERL5= YES
USE_LIBTOOL= YES
@@ -33,6 +32,8 @@ post-install:
.endfor
.include "../../converters/libiconv/buildlink.mk"
+.include "../../devel/libglade/buildlink.mk"
+.include "../../x11/controlcenter/buildlink.mk"
.include "../../x11/gtk/buildlink.mk"
.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"