svn commit: r351594 - head/archivers/pear-File_Archive
Olli Hauer
ohauer at FreeBSD.org
Sat Apr 19 11:13:19 UTC 2014
Author: ohauer
Date: Sat Apr 19 11:13:18 2014
New Revision: 351594
URL: http://svnweb.freebsd.org/changeset/ports/351594
QAT: https://qat.redports.org/buildarchive/r351594/
Log:
- fix badly converted PORT_OPTIONS
s/:MWITH_PEAR_MAIL/:MPEAR_MAIL/
- no PORTREVION bump since all OPTIONS are off by default
Modified:
head/archivers/pear-File_Archive/Makefile
Modified: head/archivers/pear-File_Archive/Makefile
==============================================================================
--- head/archivers/pear-File_Archive/Makefile Sat Apr 19 11:08:58 2014 (r351593)
+++ head/archivers/pear-File_Archive/Makefile Sat Apr 19 11:13:18 2014 (r351594)
@@ -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
More information about the svn-ports-all
mailing list