diff options
author | salo <salo@pkgsrc.org> | 2002-11-30 12:41:05 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-11-30 12:41:05 +0000 |
commit | 0db5341a40b7ee4da08528093c54af66146e70df (patch) | |
tree | 4304cae5165c9e05bebb99d7be754099d8accb5e /chat/gabber | |
parent | 1b437da67492b797216f4dd75e98876f9971b4a7 (diff) | |
download | pkgsrc-0db5341a40b7ee4da08528093c54af66146e70df.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patch, delint.
Diffstat (limited to 'chat/gabber')
-rw-r--r-- | chat/gabber/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/gabber/Makefile b/chat/gabber/Makefile index 434208e7434..b8113a7a2df 100644 --- a/chat/gabber/Makefile +++ b/chat/gabber/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2002/09/29 03:29:47 jlam Exp $ +# $NetBSD: Makefile,v 1.9 2002/11/30 12:41:06 salo Exp $ DISTNAME= gabber-0.8.7 PKGREVISION= 2 @@ -10,6 +10,7 @@ HOMEPAGE= http://gabber.sourceforge.net/ COMMENT= Gnome Jabber Client USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES USE_GMAKE= YES USE_X11BASE= YES USE_LIBTOOL= YES |