diff options
author | tron <tron@pkgsrc.org> | 2005-06-06 11:47:06 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2005-06-06 11:47:06 +0000 |
commit | 613098d0aa4873c849c2f23df3f83b0d01f1991d (patch) | |
tree | d21e399b4e42e91a17a38f2d871737f210249b0d /chat/xchat-systray-integration | |
parent | fb1545c377803aca06f62756ac84a166b4a27440 (diff) | |
download | pkgsrc-613098d0aa4873c849c2f23df3f83b0d01f1991d.tar.gz |
Correct pathname to "xchat" package version 2.x.
Diffstat (limited to 'chat/xchat-systray-integration')
-rw-r--r-- | chat/xchat-systray-integration/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/xchat-systray-integration/Makefile b/chat/xchat-systray-integration/Makefile index fe60c7326bd..319ef0c9135 100644 --- a/chat/xchat-systray-integration/Makefile +++ b/chat/xchat-systray-integration/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/05/22 20:07:43 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2005/06/06 11:47:06 tron Exp $ DISTNAME= xchat-systray-integration-2.4.5-src PKGNAME= ${DISTNAME:S/-src//} @@ -9,7 +9,7 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://blight.altervista.org/index.php?act=Systray COMMENT= Systray icon plugin for X-Chat -DEPENDS= xchat>=2.0:../../chat/xchat2 +DEPENDS= xchat>=2.0:../../chat/xchat WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_TOOLS+= gmake |