svn commit: r312804 - head/www/seamonkey/files

Florian Smeets flo at FreeBSD.org
Sat Feb 23 09:55:21 UTC 2013


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 at 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


More information about the svn-ports-head mailing list