diff options
author | salo <salo@pkgsrc.org> | 2002-12-01 15:37:58 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2002-12-01 15:37:58 +0000 |
commit | e225805136d780a78c9a0d9f77ebaa7dea7f15fc (patch) | |
tree | 88f4c69208b6ef82dfd505015e3bd5a76dead9c9 /mail/sylpheed/Makefile | |
parent | 0138cbfe45c7fd9314f0bfdaaf570985823b3cb7 (diff) | |
download | pkgsrc-e225805136d780a78c9a0d9f77ebaa7dea7f15fc.tar.gz |
USE_PKGLOCALEDIR, remove unnecessary patch, delint.
Diffstat (limited to 'mail/sylpheed/Makefile')
-rw-r--r-- | mail/sylpheed/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index bfc0d77b355..07fd5fcc5b6 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2002/11/24 13:31:56 chris Exp $ +# $NetBSD: Makefile,v 1.27 2002/12/01 15:38:01 salo Exp $ DISTNAME= sylpheed-0.8.6 PKGREVISION= 1 @@ -15,6 +15,7 @@ BUILD_USES_MSGFMT= yes CONFLICTS= sylpheed-claws-[0-9]* USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes USE_X11BASE= yes USE_GMAKE= yes |