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/gaim | |
parent | 1b437da67492b797216f4dd75e98876f9971b4a7 (diff) | |
download | pkgsrc-0db5341a40b7ee4da08528093c54af66146e70df.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patch, delint.
Diffstat (limited to 'chat/gaim')
-rw-r--r-- | chat/gaim/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/gaim/Makefile.common b/chat/gaim/Makefile.common index 36a999aaaad..3f6a8bfbd1c 100644 --- a/chat/gaim/Makefile.common +++ b/chat/gaim/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2002/11/14 21:33:49 mycroft Exp $ +# $NetBSD: Makefile.common,v 1.8 2002/11/30 12:41:06 salo Exp $ # DISTNAME= gaim-0.59.6 @@ -18,6 +18,7 @@ PLIST_SRC= ${.CURDIR}/../gaim/PLIST.common USE_GMAKE= YES USE_X11BASE= YES +USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool |