aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2012-02-07 04:17:46 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2012-02-07 04:17:46 +0000
commitff37dd5bd005ed48fb7a2e2e30de636916386359 (patch)
tree5a12477ba5c223bd41a1d7998fb2f8cc0db7810b /graphics
parent38c74bf27c809a507fa34aa9dad4a45e8273ce02 (diff)
downloadports-ff37dd5bd005ed48fb7a2e2e30de636916386359.tar.gz
ports-ff37dd5bd005ed48fb7a2e2e30de636916386359.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/vindaloo/Makefile3
-rw-r--r--graphics/vindaloo/files/patch-DocumentTools.m10
2 files changed, 12 insertions, 1 deletions
diff --git a/graphics/vindaloo/Makefile b/graphics/vindaloo/Makefile
index c41519039a2d..6d8364e2f952 100644
--- a/graphics/vindaloo/Makefile
+++ b/graphics/vindaloo/Makefile
@@ -7,7 +7,7 @@
PORTNAME= vindaloo
PORTVERSION= 0.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= graphics gnustep
MASTER_SITES= http://download.gna.org/etoile/
DISTNAME= etoile-0.4.1
@@ -24,6 +24,7 @@ USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_LOCAL_LIBS+= PopplerKit:${POPPLERKIT_PORT}
USE_GNUSTEP_LOCAL_LIBS+= IconKit:${ICONKIT_PORT}
+USE_GNUSTEP_LOCAL_LIBS+= UnitKit:${UNITKIT_PORT}
WRKSRC= ${WRKDIR}/Etoile-0.4.1
USE_GNUSTEP_MAKE_DIRS+= Services/User/Vindaloo
diff --git a/graphics/vindaloo/files/patch-DocumentTools.m b/graphics/vindaloo/files/patch-DocumentTools.m
new file mode 100644
index 000000000000..0fe4f1d42ef3
--- /dev/null
+++ b/graphics/vindaloo/files/patch-DocumentTools.m
@@ -0,0 +1,10 @@
+--- Services/User/Vindaloo/DocumentTools.m.orig 2009-03-17 14:18:58.000000000 +0100
++++ Services/User/Vindaloo/DocumentTools.m 2012-02-06 21:27:37.000000000 +0100
+@@ -16,6 +16,7 @@
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
++#import <UnitKit/UKTest.h>
+ #import <IconKit/IconKit.h>
+ #import "Controller.h"
+ #import "SearchController.h"