summaryrefslogtreecommitdiff
path: root/x11/xnodecor
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-01-15 17:57:21 +0000
committerjoerg <joerg@pkgsrc.org>2007-01-15 17:57:21 +0000
commited20c78aefb42f6027bdfdaa8de388568e56531d (patch)
tree1a73b017d996a5ac656041bae60a5bea83f9f4ec /x11/xnodecor
parent919d7e71b68f4472e06660332a96ddae35524266 (diff)
downloadpkgsrc-ed20c78aefb42f6027bdfdaa8de388568e56531d.tar.gz
Modular Xorg support.
Diffstat (limited to 'x11/xnodecor')
-rw-r--r--x11/xnodecor/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xnodecor/Makefile b/x11/xnodecor/Makefile
index 5c02c354b03..39de66928cc 100644
--- a/x11/xnodecor/Makefile
+++ b/x11/xnodecor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2006/03/04 21:31:13 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2007/01/15 18:13:31 joerg Exp $
DISTNAME= xnodecor-0.1
PKGREVISION= 1
@@ -13,11 +13,10 @@ COMMENT= Borderless or undecorated window support utility
USE_X11BASE= yes
NO_CONFIGURE= yes
-.include "../../mk/x11.buildlink3.mk"
-
do-extract:
@${MKDIR} ${WRKSRC}
${CP} ${FILESDIR}/Makefile ${WRKSRC}
${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"