diff options
author | rillig <rillig@pkgsrc.org> | 2020-05-31 17:34:15 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-05-31 17:34:15 +0000 |
commit | ed1556d6926f85bdac74f8ec2ab656de221bb7a5 (patch) | |
tree | 0c628298576d759b45e650c4a7137a3b99b93ce5 /mail/teapop | |
parent | 74efd69c5d3e5967bc81713a20b5ce01fba656f6 (diff) | |
download | pkgsrc-ed1556d6926f85bdac74f8ec2ab656de221bb7a5.tar.gz |
mail/teapop: remove unknown configure option
The correct option would be --enable-lock=flock.
Diffstat (limited to 'mail/teapop')
-rw-r--r-- | mail/teapop/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/teapop/Makefile b/mail/teapop/Makefile index 3fafd8eee99..97fb95dd588 100644 --- a/mail/teapop/Makefile +++ b/mail/teapop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.47 2020/01/18 21:49:55 jperkin Exp $ +# $NetBSD: Makefile,v 1.48 2020/05/31 17:34:15 rillig Exp $ DISTNAME= teapop-0.3.8 PKGREVISION= 19 @@ -13,7 +13,6 @@ USE_TOOLS+= perl:run GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --enable-flock CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --enable-piddir=${VARBASE}/run |