diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 1999-05-28 16:38:38 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 1999-05-28 16:38:38 +0000 |
commit | 427bef6ec0abade5eafd02f0904ecfc1b56726cf (patch) | |
tree | e3f47d0d298e1052016522bbd73c51dc026c4158 /mail/cyrus | |
parent | 9580d78fca7a0a1d1fa3d8a7227c0eb70a31c894 (diff) | |
download | ports-427bef6ec0abade5eafd02f0904ecfc1b56726cf.tar.gz ports-427bef6ec0abade5eafd02f0904ecfc1b56726cf.zip |
Notes
Diffstat (limited to 'mail/cyrus')
-rw-r--r-- | mail/cyrus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/cyrus/Makefile b/mail/cyrus/Makefile index 4fbbeab2580e..ee9349ef0af1 100644 --- a/mail/cyrus/Makefile +++ b/mail/cyrus/Makefile @@ -3,7 +3,7 @@ # Date created: May 4th 1997 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.17 1999/04/21 00:29:36 stb Exp $ +# $Id: Makefile,v 1.18 1999/05/10 02:22:46 stb Exp $ # DISTNAME= cyrus-imapd-v1.5.19 @@ -20,7 +20,7 @@ Y2K= http://andrew2.andrew.cmu.edu/cyrus/imapd/y2k.html LIB_DEPENDS= tcl80.1:${PORTSDIR}/lang/tcl80 BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend -HAS_CONFIGURE= YES +GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-cyrus-prefix=${PREFIX}/cyrus \ --with-cyrus-group=cyrus \ --with-login=unix_pwcheck \ |