summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorjoerg <joerg>2005-11-08 15:40:28 +0000
committerjoerg <joerg>2005-11-08 15:40:28 +0000
commita0885af26a33f4d31729d8115a97a56c3202834f (patch)
tree5477904209f8d10060ad6f3c48009be38bf3dacb /x11
parent97cde8ecd02a4686643e899d0dd2566208ea310d (diff)
downloadpkgsrc-a0885af26a33f4d31729d8115a97a56c3202834f.tar.gz
Remove obsolete check for libXft.a, let the buildlink magic handle it.
Diffstat (limited to 'x11')
-rw-r--r--x11/gdkxft/Makefile6
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