diff options
Diffstat (limited to 'chat/xchat-systray-integration/Makefile')
-rw-r--r-- | chat/xchat-systray-integration/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chat/xchat-systray-integration/Makefile b/chat/xchat-systray-integration/Makefile index 2a91757c359..96e8433e2fc 100644 --- a/chat/xchat-systray-integration/Makefile +++ b/chat/xchat-systray-integration/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2012/10/02 17:10:41 tron Exp $ +# $NetBSD: Makefile,v 1.31 2012/10/03 00:02:46 asau Exp $ DISTNAME= xchat-systray-integration-2.4.5-src PKGNAME= ${DISTNAME:S/-src//} @@ -10,8 +10,6 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://www.patriziobassi.it/blight/index.php?act=Systray COMMENT= Systray icon plugin for XChat -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= xchat>=2.0:../../chat/xchat WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} |