diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-11 10:46:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-11 10:46:49 +0000 |
commit | b0aee125203bcfe68636edbbd09a1280d0c62c90 (patch) | |
tree | c9123065098efd0ed426f5842459986bf9f7e135 /chat | |
parent | 0951f1819767702b7cb8b3147a2f2b3922993bc8 (diff) | |
download | pkgsrc-b0aee125203bcfe68636edbbd09a1280d0c62c90.tar.gz |
Modular Xorg support.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gossip/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/gossip/Makefile b/chat/gossip/Makefile index 8d62b4fa94b..7e7da9ef412 100644 --- a/chat/gossip/Makefile +++ b/chat/gossip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2006/09/16 12:20:35 jmmv Exp $ +# $NetBSD: Makefile,v 1.51 2007/01/11 10:46:49 joerg Exp $ # DISTNAME= gossip-0.10.2 @@ -42,4 +42,5 @@ INSTALL_MAKE_FLAGS+= ${MAKE_FLAGS} sysconfdir=${EGDIR} .include "../../textproc/libxslt/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/libXScrnSaver/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |