diff options
Diffstat (limited to 'editors/xjed/Makefile')
-rw-r--r-- | editors/xjed/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/editors/xjed/Makefile b/editors/xjed/Makefile index b6cb9e9e64b..069bb567eba 100644 --- a/editors/xjed/Makefile +++ b/editors/xjed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2006/02/05 23:08:59 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2007/01/30 23:00:16 joerg Exp $ # PKGNAME= xjed-0.99.16 PKGREVISION= 1 @@ -22,5 +22,8 @@ PLIST_SRC+= ${.CURDIR}/PLIST.xjed CONFIGURE_ENV+= ac_cv_func_grantpt=no .endif -.include "../../mk/x11.buildlink3.mk" +BUILDLINK_DEPMETHOD.libXt?= build + +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |