diff options
author | John Marino <marino@FreeBSD.org> | 2014-12-12 17:11:22 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-12-12 17:11:22 +0000 |
commit | 4a65d405dad24bd6aedb07336201e8e26759a42d (patch) | |
tree | 9b6321ee30e9b099c44c2f83f2c20a868b844d51 /editors | |
parent | 07aba5eee3712ee9369526fd5a5a4bd81107e64d (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/conglomerate/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/conglomerate/Makefile b/editors/conglomerate/Makefile index f727bb0fb531..2cc913a67a3c 100644 --- a/editors/conglomerate/Makefile +++ b/editors/conglomerate/Makefile @@ -11,7 +11,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GNOME2 visual XML editor with emphasis on DocBook editing INSTALLS_OMF= yes -USES= desktop-file-utils gmake pathfix pkgconfig +USES= desktop-file-utils gettext-tools gmake pathfix pkgconfig USE_GNOME= libgnomeui gtksourceview gnomeprefix intlhack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include |