Date: Sat, 23 Feb 2013 09:55:21 +0000 (UTC) From: Florian Smeets <flo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312804 - head/www/seamonkey/files Message-ID: <201302230955.r1N9tLh0047426@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: flo Date: Sat Feb 23 09:55:20 2013 New Revision: 312804 URL: http://svnweb.freebsd.org/changeset/ports/312804 Log: Fix build when the MAILNEWS option is deselected. PR: ports/176348 Submitted by: hhaamu <hhaamu@gmail.com> Modified: head/www/seamonkey/files/extra-mailnews-patch-bridge-bridge.mk Modified: head/www/seamonkey/files/extra-mailnews-patch-bridge-bridge.mk ============================================================================== --- head/www/seamonkey/files/extra-mailnews-patch-bridge-bridge.mk Sat Feb 23 09:27:02 2013 (r312803) +++ head/www/seamonkey/files/extra-mailnews-patch-bridge-bridge.mk Sat Feb 23 09:55:20 2013 (r312804) @@ -6,8 +6,6 @@ +ifdef disabled APP_LIBXUL_DIRS += \ - $(DEPTH)$(SUBDIR)/mailnews/base \ - $(DEPTH)$(SUBDIR)/mailnews/mime/public \ $(DEPTH)$(SUBDIR)/mailnews \ $(NULL) +endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302230955.r1N9tLh0047426>