diff options
author | okazaki <okazaki@FreeBSD.org> | 2003-06-11 19:26:54 +0000 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2003-06-11 19:26:54 +0000 |
commit | 768256429a554da8b81e66958e8f511383f3a02b (patch) | |
tree | 1f535f51bd39d06cdbce734ba9b7d05a20ea564b /japanese/gxditview | |
parent | 74295726485a9885d41ccae0c56702cc775b710e (diff) | |
download | FreeBSD-ports-768256429a554da8b81e66958e8f511383f3a02b.zip FreeBSD-ports-768256429a554da8b81e66958e8f511383f3a02b.tar.gz |
To be explicit about the dependency on libiconv.
Remove BROKEN.
Diffstat (limited to 'japanese/gxditview')
-rw-r--r-- | japanese/gxditview/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/japanese/gxditview/Makefile b/japanese/gxditview/Makefile index 5be70ea..22ed7f1 100644 --- a/japanese/gxditview/Makefile +++ b/japanese/gxditview/Makefile @@ -19,10 +19,9 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= okazaki@FreeBSD.org COMMENT= Japanese enhancement of GNU xditview +LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv RUN_DEPENDS= ${LOCALBASE}/bin/groff:${PORTSDIR}/japanese/groff -BROKEN= "Unidentified in the ability to build" - GNU_CONFIGURE= yes #USE_GMAKE= yes USE_IMAKE= yes |