diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-04-19 19:13:18 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-04-19 19:13:18 +0800 |
commit | e2fb15c0082eede191f8eea7dab116b748f7ff37 (patch) | |
tree | 2787a099ce244b232f6d7b1a00b69ff9fd538800 /archivers | |
parent | 26a8f18f35ebad25b7a531ef5fb82aabbe5fafd3 (diff) | |
download | freebsd-ports-gnome-e2fb15c0082eede191f8eea7dab116b748f7ff37.tar.gz freebsd-ports-gnome-e2fb15c0082eede191f8eea7dab116b748f7ff37.tar.zst freebsd-ports-gnome-e2fb15c0082eede191f8eea7dab116b748f7ff37.zip |
- fix badly converted PORT_OPTIONS
s/:MWITH_PEAR_MAIL/:MPEAR_MAIL/
- no PORTREVION bump since all OPTIONS are off by default
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/pear-File_Archive/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/pear-File_Archive/Makefile b/archivers/pear-File_Archive/Makefile index 7af3e1d90c33..c5e353a4eccf 100644 --- a/archivers/pear-File_Archive/Makefile +++ b/archivers/pear-File_Archive/Makefile @@ -26,7 +26,7 @@ PEAR_AUTOINSTALL= YES .include <bsd.port.pre.mk> -.if ${PORT_OPTIONS:MWITH_PEAR_MAIL} +.if ${PORT_OPTIONS:MPEAR_MAIL} RUN_DEPENDS+= ${PEARDIR}/Mail.php:${PORTSDIR}/mail/pear-Mail .endif |