diff options
author | edwin <edwin@FreeBSD.org> | 2002-11-17 13:25:32 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2002-11-17 13:25:32 +0800 |
commit | b543bb3910032b77be3042a35f2aa765364ad599 (patch) | |
tree | 00eced5416becc6cdbec0d15d414a57f20fed219 | |
parent | 351661df778b8e04a48ccc79c1c16e6411f43eab (diff) | |
download | freebsd-ports-gnome-b543bb3910032b77be3042a35f2aa765364ad599.tar.gz freebsd-ports-gnome-b543bb3910032b77be3042a35f2aa765364ad599.tar.zst freebsd-ports-gnome-b543bb3910032b77be3042a35f2aa765364ad599.zip |
Port needs gtkhtml as a dependancy
Noticed on: bento
-rw-r--r-- | misc/gnomesword/Makefile | 2 | ||||
-rw-r--r-- | misc/xiphos/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/gnomesword/Makefile b/misc/gnomesword/Makefile index aaa83f8e6393..ea4485ab076a 100644 --- a/misc/gnomesword/Makefile +++ b/misc/gnomesword/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= sword.1:${PORTSDIR}/misc/sword BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell USE_GNOMENG= yes -USE_GNOME= gal gnomehack gnomeprefix +USE_GNOME= gal gnomehack gnomeprefix gtkhtml USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes diff --git a/misc/xiphos/Makefile b/misc/xiphos/Makefile index aaa83f8e6393..ea4485ab076a 100644 --- a/misc/xiphos/Makefile +++ b/misc/xiphos/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= sword.1:${PORTSDIR}/misc/sword BUILD_DEPENDS= aspell:${PORTSDIR}/textproc/aspell USE_GNOMENG= yes -USE_GNOME= gal gnomehack gnomeprefix +USE_GNOME= gal gnomehack gnomeprefix gtkhtml USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes |