diff options
author | ache <ache@FreeBSD.org> | 1997-09-29 12:05:38 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-09-29 12:05:38 +0000 |
commit | 7eaa4db3489b8945baf2aa9fdc21b96bd2813362 (patch) | |
tree | 369619274c8dd75f9796dea02250246f15f85252 | |
parent | 085528785477fee9a7a117bb8db147a371f51940 (diff) | |
download | FreeBSD-ports-7eaa4db3489b8945baf2aa9fdc21b96bd2813362.zip FreeBSD-ports-7eaa4db3489b8945baf2aa9fdc21b96bd2813362.tar.gz |
Turn on opie support
-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 1eaa197..ee93bb4 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ MAINTAINER= ve@sci.fi GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-OPIE +CONFIGURE_ARGS+= --enable-opie CONFIGURE_ENV+= LDFLAGS="${CFLAGS}" MAN1= fetchmail.1 |