diff options
author | schmonz <schmonz@pkgsrc.org> | 2007-06-08 16:30:52 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2007-06-08 16:30:52 +0000 |
commit | 11e8f627ce248ab3d1bf2af9657a66b857bdc511 (patch) | |
tree | ae07e6c8fca63603db8116d38c0c38d072cf07cd /mail | |
parent | fa25b2cce3f0259ca03592ae5fe1d93030929096 (diff) | |
download | pkgsrc-11e8f627ce248ab3d1bf2af9657a66b857bdc511.tar.gz |
USE_TOOLS+=gsed
Diffstat (limited to 'mail')
-rw-r--r-- | mail/freepops/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/freepops/Makefile b/mail/freepops/Makefile index 54a9750bf4f..5f4c37ba6df 100644 --- a/mail/freepops/Makefile +++ b/mail/freepops/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/06/05 05:56:01 schmonz Exp $ +# $NetBSD: Makefile,v 1.2 2007/06/08 16:30:52 schmonz Exp $ # DISTNAME= freepops-0.2.4 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.freepops.org/ COMMENT= Extensible POP3 interface to webmail USE_LANGUAGES= c c++ -USE_TOOLS+= bash:run bison gmake patch tar +USE_TOOLS+= bash:run bison gmake gsed patch tar USE_LIBTOOL= yes REPLACE_BASH= configure.sh HAS_CONFIGURE= yes |