summaryrefslogtreecommitdiff
path: root/wm/aewm++
diff options
context:
space:
mode:
authorjoerg <joerg>2007-02-01 17:45:36 +0000
committerjoerg <joerg>2007-02-01 17:45:36 +0000
commitdc50aa37b1080b5536d08b7581faa25834415dcc (patch)
treec3da1fb4172605052e8eb496b25a902b8deb5656 /wm/aewm++
parent4f533e335207babcf82990672daea831f0d577f1 (diff)
downloadpkgsrc-dc50aa37b1080b5536d08b7581faa25834415dcc.tar.gz
Modular Xorg support.
Diffstat (limited to 'wm/aewm++')
-rw-r--r--wm/aewm++/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/wm/aewm++/Makefile b/wm/aewm++/Makefile
index e7d6613358c..695200442e6 100644
--- a/wm/aewm++/Makefile
+++ b/wm/aewm++/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2006/05/10 23:33:04 joerg Exp $
+# $NetBSD: Makefile,v 1.11 2007/02/01 17:45:36 joerg Exp $
#
DISTNAME= aewm++-1.0.24
@@ -13,5 +13,6 @@ COMMENT= Fork of the popular minimal window manager aewm
USE_LANGUAGES= c c++
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
+.include "../../x11/xextproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"