diff options
author | wiz <wiz> | 2002-04-04 11:50:09 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-04-04 11:50:09 +0000 |
commit | 74eded110447a93790a0831269d99c2a0dc32b58 (patch) | |
tree | 8caa70d4022cf742773d8874a407a6638daba961 /x11/gdkxft/Makefile | |
parent | 14cff2876f7b75bac3933abd9300d2dffae389bc (diff) | |
download | pkgsrc-74eded110447a93790a0831269d99c2a0dc32b58.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/Makefile | 5 |
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" |