diff options
author | joerg <joerg@pkgsrc.org> | 2005-11-08 15:40:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-11-08 15:40:28 +0000 |
commit | 6451ca62a320157b206fe0f2a0ea1baa867a3ae6 (patch) | |
tree | 5477904209f8d10060ad6f3c48009be38bf3dacb /x11 | |
parent | f58f6d481b05ba7355b46af158ea13d8c1430890 (diff) | |
download | pkgsrc-6451ca62a320157b206fe0f2a0ea1baa867a3ae6.tar.gz |
Remove obsolete check for libXft.a, let the buildlink magic handle it.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdkxft/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile index e168cbdfff6..c6615de34fd 100644 --- a/x11/gdkxft/Makefile +++ b/x11/gdkxft/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2005/07/16 19:10:41 jlam Exp $ +# $NetBSD: Makefile,v 1.29 2005/11/08 15:40:28 joerg Exp $ # DISTNAME= gdkxft-1.5 @@ -12,10 +12,6 @@ COMMENT= Transparently add anti-aliased font support to gtk+ applications .include "../../mk/bsd.prefs.mk" -.if !exists(${X11BASE}/lib/libXft.a) -PKG_FAIL_REASON= "${PKGNAME} requires XFree86-4.0 or higher" -.endif - USE_DIRS+= xdg-1.1 USE_X11BASE= YES USE_LIBTOOL= YES |