summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-02-01 23:29:07 +0000
committerjoerg <joerg@pkgsrc.org>2007-02-01 23:29:07 +0000
commiteade4aeb0851cdbf6243c5d54c78239c983cded6 (patch)
treefcbf34869643ee31743e3a5dddfe3c83198f19eb /time
parentcde8beb58f0810930e26988409c9e73b5699e3db (diff)
downloadpkgsrc-eade4aeb0851cdbf6243c5d54c78239c983cded6.tar.gz
Modular Xorg support.
Diffstat (limited to 'time')
-rw-r--r--time/bbdate/Makefile4
-rw-r--r--time/dclock/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/time/bbdate/Makefile b/time/bbdate/Makefile
index a483c50328c..97708790ae7 100644
--- a/time/bbdate/Makefile
+++ b/time/bbdate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2006/07/22 04:46:18 rillig Exp $
+# $NetBSD: Makefile,v 1.8 2007/02/01 23:33:56 joerg Exp $
#
DISTNAME= bbdate-0.2.4
@@ -13,5 +13,5 @@ COMMENT= Display the current date
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/time/dclock/Makefile b/time/dclock/Makefile
index 0936e26e8ac..d5f4f0864a6 100644
--- a/time/dclock/Makefile
+++ b/time/dclock/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2006/03/04 21:30:52 jlam Exp $
+# $NetBSD: Makefile,v 1.16 2007/02/01 23:37:53 joerg Exp $
#
DISTNAME= dclock
@@ -16,5 +16,5 @@ CONFLICTS+= ivtools-*
WRKSRC= ${WRKDIR}
USE_X11BASE= yes
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"