aboutsummaryrefslogtreecommitdiff
path: root/devel/gtranslator
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-29 05:22:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-29 05:22:38 +0000
commite238129739f32a6ce27ea65d5b92b00251807002 (patch)
tree7e4c36918a3c319b7b4058f36eabbb71a8f5d4c4 /devel/gtranslator
parentab6e565c4e1a8a1be1c7ba6ff824b05a4c125d82 (diff)
downloadports-e238129739f32a6ce27ea65d5b92b00251807002.tar.gz
ports-e238129739f32a6ce27ea65d5b92b00251807002.zip
[patch] fix dependencies for devel/gtranslator
Not all the GNOME dependencies were specified in the Makefile. This causes errors on bento -- but probably really doesn't affect anyone in the real world. Regardless, they should be there, so here they are. PR: ports/57340 Submmited by: Mark 'give that man a commit bit' Linimon <linimon@lonesome.com>
Notes
Notes: svn path=/head/; revision=89744
Diffstat (limited to 'devel/gtranslator')
-rw-r--r--devel/gtranslator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gtranslator/Makefile b/devel/gtranslator/Makefile
index a2afd2f6ef3a..7518ccc87897 100644
--- a/devel/gtranslator/Makefile
+++ b/devel/gtranslator/Makefile
@@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= A GNOME application for developing ".pot" files used with GNU Gettext
USE_X_PREFIX= yes
-USE_GNOME= gnomehack gnomeprefix gnometarget libgnomeui
+USE_GNOME= gnomehack gnomeprefix gnometarget gnomevfs2 libbonobo libbonoboui libgnome libgnomeui libxml2
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \