diff options
author | joerg <joerg@pkgsrc.org> | 2006-10-21 19:54:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-10-21 19:54:59 +0000 |
commit | ee627e3cfdb975676deed126a7d39b54d3c0a1f4 (patch) | |
tree | f004565db0a5c4b551664e790e8e3cfb629bff0e | |
parent | 96f11bce0914d632a219e9a5f4b8fca97d33a62f (diff) | |
download | pkgsrc-ee627e3cfdb975676deed126a7d39b54d3c0a1f4.tar.gz |
Needs pkg-config. XXX move to Makefile.common?
-rw-r--r-- | mail/sylpheed-claws/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 7830039a80d..1a1884884ec 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 2006/10/16 13:06:09 reed Exp $ +# $NetBSD: Makefile,v 1.51 2006/10/21 19:54:59 joerg Exp $ .include "Makefile.common" @@ -9,7 +9,7 @@ COMMENT= X based e-mail and netnews client CONFLICTS= sylpheed-[0-9]* sylpheed-gtk2-[0-9]* -USE_TOOLS+= msgfmt +USE_TOOLS+= msgfmt pkg-config PKGCONFIG_OVERRIDE+= sylpheed-claws.pc.in #BUILDLINK_ABI_DEPENDS.libetpan+= libetpan>=0.46 |