svn commit: r333144 - head/x11/gnustep-app

David Chisnall theraven at FreeBSD.org
Thu Nov 7 17:49:37 UTC 2013


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 \


More information about the svn-ports-all mailing list