Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Nov 2013 17:49:37 +0000 (UTC)
From:      David Chisnall <theraven@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333144 - head/x11/gnustep-app
Message-ID:  <201311071749.rA7Hnb4b088956@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: theraven
Date: Thu Nov  7 17:49:37 2013
New Revision: 333144
URL: http://svnweb.freebsd.org/changeset/ports/333144

Log:
  BioCocoa now just installs a framework, not an app.  Fix the dependency.
  
  Approved by:	bapt (mentor)

Modified:
  head/x11/gnustep-app/Makefile

Modified: head/x11/gnustep-app/Makefile
==============================================================================
--- head/x11/gnustep-app/Makefile	Thu Nov  7 17:48:30 2013	(r333143)
+++ head/x11/gnustep-app/Makefile	Thu Nov  7 17:49:37 2013	(r333144)
@@ -25,6 +25,7 @@ USE_GNUSTEP_SYSTEM_LIBS+=	\
 USE_GNUSTEP_LOCAL_LIBS+=	\
 	Pantomime:mail/pantomime \
 	Addresses:mail/addresses \
+	BioCocoa:biology/biococoa \
 	SlideShow:graphics/gnustep-slideshowkit \
 	WizardKit:devel/wizardkit \
 	HighlighterKit:devel/highlighterkit \
@@ -96,7 +97,6 @@ USE_GNUSTEP_LOCAL_APPS+=	\
 	LuserNET:news/lusernet \
 	Popup:textproc/popup \
 	Fortunate:games/fortunate \
-	BioCocoa:biology/biococoa \
 	Sudoku:games/gnustep-sudoku \
 	LaternaMagica:graphics/laternamagica \
 	SimpleAgenda:deskutils/simpleagenda \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311071749.rA7Hnb4b088956>