diff options
author | joerg <joerg> | 2007-02-01 23:57:07 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-02-01 23:57:07 +0000 |
commit | d97e485080897a16e0c3abe2018da62ee4cf51ae (patch) | |
tree | 286170ce707726d281cf463632444767b50a12c3 /time/rclock | |
parent | 1e238bcf505b8e465e9bc5f5d4086b542c44f6cd (diff) | |
download | pkgsrc-d97e485080897a16e0c3abe2018da62ee4cf51ae.tar.gz |
Modular xorg support.
Diffstat (limited to 'time/rclock')
-rw-r--r-- | time/rclock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/time/rclock/Makefile b/time/rclock/Makefile index 0a0179dbfc9..627f757138f 100644 --- a/time/rclock/Makefile +++ b/time/rclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/04 21:30:53 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2007/02/01 23:57:07 joerg Exp $ DISTNAME= rxvt-2.6.0 PKGNAME= rclock-2.6.0 @@ -16,5 +16,5 @@ USE_X11BASE= yes GNU_CONFIGURE= yes BUILD_TARGET= clock -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |