summaryrefslogtreecommitdiffstats
path: root/main/alpine
diff options
context:
space:
mode:
authorScrumpyJack <scrumpyjack@me.com>2015-03-12 19:56:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-03-16 14:14:30 +0000
commit226980d3d88595ba9765ef7694f6e9987bec698b (patch)
tree22642500fdaf4285e3d19dcfa2488245064cece4 /main/alpine
parent209afea25edbf3389eac103a745c65c2cc67c3be (diff)
downloadaports-226980d3d88595ba9765ef7694f6e9987bec698b.tar.bz2
aports-226980d3d88595ba9765ef7694f6e9987bec698b.tar.xz
main/alpine: Added --with-passfile to configure script
Diffstat (limited to 'main/alpine')
-rw-r--r--main/alpine/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/alpine/APKBUILD b/main/alpine/APKBUILD
index e3c61d636..91904e1db 100644
--- a/main/alpine/APKBUILD
+++ b/main/alpine/APKBUILD
@@ -3,7 +3,7 @@ pkgname=alpine
pkgver=2.20
_ver=${pkgver%_p*}
_pver=${pkgver##*_p}
-pkgrel=0
+pkgrel=1
pkgdesc="Text-based email client, friendly for novices but powerful"
url="http://www.washington.edu/alpine/"
arch="all"
@@ -37,7 +37,7 @@ build() {
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
- --without-passfile \
+ --with-passfile=.pine-pass \
--without-tcl \
--disable-shared \
--with-system-pinerc=/etc/alpine.d/pine.conf \