diff options
author | ache <ache@FreeBSD.org> | 1997-09-29 20:05:38 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-09-29 20:05:38 +0800 |
commit | 7eaa4db3489b8945baf2aa9fdc21b96bd2813362 (patch) | |
tree | 369619274c8dd75f9796dea02250246f15f85252 /mail/fetchmail/Makefile | |
parent | 085528785477fee9a7a117bb8db147a371f51940 (diff) | |
download | freebsd-ports-gnome-7eaa4db3489b8945baf2aa9fdc21b96bd2813362.tar.gz freebsd-ports-gnome-7eaa4db3489b8945baf2aa9fdc21b96bd2813362.tar.zst freebsd-ports-gnome-7eaa4db3489b8945baf2aa9fdc21b96bd2813362.zip |
Turn on opie support
Diffstat (limited to 'mail/fetchmail/Makefile')
-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 1eaa197653ad..ee93bb49be7e 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 |