diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-11-05 11:57:17 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-11-05 11:57:17 +0800 |
commit | 4374fb949c607915e30fa1e23e4eca92fba8aec6 (patch) | |
tree | 8074ce3477a53d549e717642fabee3b65c46b5d3 /mail | |
parent | 3652da367b28cb0725e007ccc509f0e69dc5c068 (diff) | |
download | freebsd-ports-gnome-4374fb949c607915e30fa1e23e4eca92fba8aec6.tar.gz freebsd-ports-gnome-4374fb949c607915e30fa1e23e4eca92fba8aec6.tar.zst freebsd-ports-gnome-4374fb949c607915e30fa1e23e4eca92fba8aec6.zip |
Add --enable-SDPS to CONFIGURE_ARGS
PR: 14582
Submitted by: Jose Marques <noway@nohow.demon.co.uk>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index e796ee0c6615..4a36d1426f75 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -18,7 +18,7 @@ MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ MAINTAINER= ve@sci.fi GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-OPIE --enable-RPA --enable-POP2 +CONFIGURE_ARGS= --enable-OPIE --enable-RPA --enable-POP2 --enable-SDPS CONFIGURE_ENV= LDFLAGS="${CFLAGS}" MAN1= fetchmail.1 MLINKS= fetchmail.1 fetchmailconf.1 |