diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-11-23 23:09:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-11-23 23:09:26 +0000 |
commit | a989918c13bd86c8eb208f3c37f3a51a8c8f2583 (patch) | |
tree | 1405ff5dc31cca17694ac4e76a337689d2ed39ee /misc/gnomesword | |
parent | BROKEN on ia64 and sparc64: Does not build (diff) |
BROKEN: Missing dependency
Diffstat (limited to 'misc/gnomesword')
-rw-r--r-- | misc/gnomesword/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/gnomesword/Makefile b/misc/gnomesword/Makefile index 4747cee57b4c..fa905634a0a4 100644 --- a/misc/gnomesword/Makefile +++ b/misc/gnomesword/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A bible interface utilizing the sword framework +BROKEN= Configure fails + BUILD_DEPENDS= ${X11BASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnomespell LIB_DEPENDS= sword.4:${PORTSDIR}/misc/sword RUN_DEPENDS= ${X11BASE}/lib/gnome-spell/libgnome-spell-component-0.3.so:${PORTSDIR}/textproc/gnomespell |