diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-08 15:01:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-08 15:01:17 +0000 |
commit | c3a3295415bbf81d809bf65920708e1088b7a58c (patch) | |
tree | 038d898eda05b46d2598ad9d8c518ab81e978a82 /time/asclock-gtk | |
parent | 6b868ada1f53c93e9e140d84e18d9d2c1b91f935 (diff) | |
download | pkgsrc-c3a3295415bbf81d809bf65920708e1088b7a58c.tar.gz |
Modular Xorg support.
Diffstat (limited to 'time/asclock-gtk')
-rw-r--r-- | time/asclock-gtk/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/time/asclock-gtk/Makefile b/time/asclock-gtk/Makefile index f6bd1f60666..e7d7afbabfc 100644 --- a/time/asclock-gtk/Makefile +++ b/time/asclock-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/03/04 21:30:52 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2007/01/08 15:04:51 joerg Exp $ # DISTNAME= asclock-gtk-2.1.10beta @@ -38,4 +38,7 @@ do-install: ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/asclock-gtk .include "../../x11/gtk/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |