diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-02 00:00:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-02 00:00:45 +0000 |
commit | 81ab9cb108692ab5615f238d8a2ba706d1ddf06e (patch) | |
tree | 864b29d5ded22a2ce1f0ba754bca184bf5e5b68f /time/xdkcal | |
parent | efcb72f976967b6d5130b9a5433bd986a000ef3a (diff) | |
download | pkgsrc-81ab9cb108692ab5615f238d8a2ba706d1ddf06e.tar.gz |
Modular Xorg support.
Diffstat (limited to 'time/xdkcal')
-rw-r--r-- | time/xdkcal/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/xdkcal/Makefile b/time/xdkcal/Makefile index 50eef618524..d83db48a35b 100644 --- a/time/xdkcal/Makefile +++ b/time/xdkcal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2007/01/07 09:14:14 rillig Exp $ +# $NetBSD: Makefile,v 1.6 2007/02/02 00:07:12 joerg Exp $ # DISTNAME= xdkcal-0.9d @@ -16,10 +16,10 @@ GNU_CONFIGURE= yes INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 -.include "../../mk/x11.buildlink3.mk" - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xdkcal ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xdkcal.1x ${PREFIX}/${PKGMANDIR}/man1/xdkcal.1 +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |