diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-11 10:35:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-11 10:35:40 +0000 |
commit | 0951f1819767702b7cb8b3147a2f2b3922993bc8 (patch) | |
tree | 979501ba8d2a04ec389681ccf33086800078aeb6 /time | |
parent | 6e72e8271bc7b280961bf8a67eaf52aad2e964c7 (diff) | |
download | pkgsrc-0951f1819767702b7cb8b3147a2f2b3922993bc8.tar.gz |
Modular Xorg support.
Diffstat (limited to 'time')
-rw-r--r-- | time/gnotime/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/time/gnotime/Makefile b/time/gnotime/Makefile index 59331a00b62..d164692e1d4 100644 --- a/time/gnotime/Makefile +++ b/time/gnotime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2006/09/16 12:20:40 jmmv Exp $ +# $NetBSD: Makefile,v 1.20 2007/01/11 10:43:59 joerg Exp $ DISTNAME= gnotime-2.2.1 PKGREVISION= 9 @@ -17,6 +17,8 @@ USE_PKGLOCALEDIR= yes GCONF2_SCHEMAS= gnotime.schemas +BUILDLINK_DEPMETHOD.libXt?= build + .include "../../devel/GConf2/schemas.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" @@ -29,5 +31,8 @@ GCONF2_SCHEMAS= gnotime.schemas .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../www/gtkhtml38/buildlink3.mk" +.include "../../x11/libSM/buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |