diff options
author | edwin <edwin@FreeBSD.org> | 2003-09-29 13:22:38 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-09-29 13:22:38 +0800 |
commit | eb65eede058ba957885c728f452a62141bfb2ba8 (patch) | |
tree | 5bcf0a8d7225ca818587e2ce7d59c0f6ceca4077 /devel | |
parent | 3082facd997db193e1a43cc5fda64b52e9d35f61 (diff) | |
download | freebsd-ports-gnome-eb65eede058ba957885c728f452a62141bfb2ba8.tar.gz freebsd-ports-gnome-eb65eede058ba957885c728f452a62141bfb2ba8.tar.zst freebsd-ports-gnome-eb65eede058ba957885c728f452a62141bfb2ba8.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>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gtranslator/Makefile | 2 |
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" \ |