diff options
Diffstat (limited to 'mail/teapop')
-rw-r--r-- | mail/teapop/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index 40d5257fd38..c0cc895d65e 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2006/02/19 11:13:53 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2006/12/06 19:44:46 joerg Exp $ DISTNAME= teapop-0.3.8 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= mail MASTER_SITES= ftp://ftp.toontown.org/pub/teapop/ \ http://www.toontown.org/pub/teapop/ @@ -10,6 +10,8 @@ MAINTAINER= dawszy@arhea.net HOMEPAGE= http://www.toontown.org/teapop/ COMMENT= Yet another RFC1939 compliant POP3 server +USE_TOOLS+= perl:run + GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-flock |