summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-01-03 14:47:17 +0000
committerwiz <wiz@pkgsrc.org>2002-01-03 14:47:17 +0000
commit996565e84afc9d5a7e2ddc094dba82aed133190d (patch)
tree791a37b208bfbec278154e352c5397764dc50a7e
parent3858993760d34f5623634a5d68b3cd01bc6f1643 (diff)
downloadpkgsrc-996565e84afc9d5a7e2ddc094dba82aed133190d.tar.gz
Buildlinkify, and add missing gtk dependency.
Fixes bulk build problem.
-rw-r--r--x11/gdkxft/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/gdkxft/Makefile b/x11/gdkxft/Makefile
index 1d5dee932b2..bedf26cd886 100644
--- a/x11/gdkxft/Makefile
+++ b/x11/gdkxft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/09/04 09:01:25 rh Exp $
+# $NetBSD: Makefile,v 1.2 2002/01/03 14:47:17 wiz Exp $
#
DISTNAME= gdkxft-1.0
@@ -17,10 +17,10 @@ IGNORE= "${PKGNAME} requires XFree86-4.0 or higher"
GNU_CONFIGURE= YES
USE_PERL5= YES
-USE_X11BASE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+USE_BUILDLINK_ONLY= YES
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gdkxft
@@ -28,4 +28,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/gdkxft
.endfor
+.include "../../x11/gtk/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
.include "../../mk/bsd.pkg.mk"