diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-12 10:07:45 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-12 10:07:45 +0000 |
commit | 2ab5932c78d644dae43947091848b7b9a5cb68a2 (patch) | |
tree | 98948d05296b20bd7180f01cd24fbda0f4586978 /editors/dedit | |
parent | 6323cc1c894a401b8785cee36edc93389560ea66 (diff) |
Notes
Diffstat (limited to 'editors/dedit')
-rw-r--r-- | editors/dedit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/dedit/Makefile b/editors/dedit/Makefile index 0e87dcea7022..a90620370048 100644 --- a/editors/dedit/Makefile +++ b/editors/dedit/Makefile @@ -13,7 +13,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= nakai@FreeBSD.org -LIB_DEPENDS= iconv.0:${PORTSDIR}/converters/iconv \ +LIB_DEPENDS= iconv.1:${PORTSDIR}/converters/iconv \ gnome.4:${PORTSDIR}/x11/gnomelibs WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |