diff options
author | joerg <joerg> | 2007-01-30 23:13:37 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-01-30 23:13:37 +0000 |
commit | b7e793899510cbd4457ef807909162b4480ac238 (patch) | |
tree | 566c2d7c5a148c954ad8bf6fbc9d4a43e1cac1e2 /editors/wily | |
parent | 156ba62ab780cd20a89181a582b17db5ad562f42 (diff) | |
download | pkgsrc-b7e793899510cbd4457ef807909162b4480ac238.tar.gz |
Modular Xorg support.
Diffstat (limited to 'editors/wily')
-rw-r--r-- | editors/wily/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/wily/Makefile b/editors/wily/Makefile index ff2f3937461..407b8173de3 100644 --- a/editors/wily/Makefile +++ b/editors/wily/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2006/02/23 17:36:19 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2007/01/30 23:13:37 joerg Exp $ # DISTNAME= wily-0.13.41 @@ -16,5 +16,5 @@ CONFIGURE_HAS_MANDIR= no DEPENDS+= libXgFonts>=1.0nb1:../../fonts/Xg -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |