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 | 38b7fe397176b357c34df4e02601ac51bdeb02c7 (patch) | |
tree | 979501ba8d2a04ec389681ccf33086800078aeb6 /time/gnotime/Makefile | |
parent | 18c2608a45d986389f2f179610e271af2c06d612 (diff) | |
download | pkgsrc-38b7fe397176b357c34df4e02601ac51bdeb02c7.tar.gz |
Modular Xorg support.
Diffstat (limited to 'time/gnotime/Makefile')
-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" |