diff options
author | theraven <theraven@FreeBSD.org> | 2013-11-08 01:49:37 +0800 |
---|---|---|
committer | theraven <theraven@FreeBSD.org> | 2013-11-08 01:49:37 +0800 |
commit | 41e131dc24e19ec2ba3e20484d8e4586c5b2c803 (patch) | |
tree | 40545f483d7c0fa3da45b95a5651d892701dd9eb | |
parent | e7c00a7cd1ee91409c2e5aed26836c637b3cf964 (diff) | |
download | freebsd-ports-gnome-41e131dc24e19ec2ba3e20484d8e4586c5b2c803.tar.gz freebsd-ports-gnome-41e131dc24e19ec2ba3e20484d8e4586c5b2c803.tar.zst freebsd-ports-gnome-41e131dc24e19ec2ba3e20484d8e4586c5b2c803.zip |
BioCocoa now just installs a framework, not an app. Fix the dependency.
Approved by: bapt (mentor)
-rw-r--r-- | x11/gnustep-app/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnustep-app/Makefile b/x11/gnustep-app/Makefile index cb05094a6d7b..78c8a9b0cd07 100644 --- a/x11/gnustep-app/Makefile +++ b/x11/gnustep-app/Makefile @@ -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 \ |