diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-19 12:52:55 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-19 12:52:55 +0000 |
commit | 47828d0fce172b8afae396ba1cbcf459e396ef95 (patch) | |
tree | fc522cacf5b7a223abfda5c9bd7fe272ed4a0589 /editors/dedit | |
parent | ecd23c06ac78386c05267fbe96845fbe6cfb3815 (diff) | |
download | ports-47828d0fce172b8afae396ba1cbcf459e396ef95.tar.gz ports-47828d0fce172b8afae396ba1cbcf459e396ef95.zip |
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 af4fff0e150a..66c099ebf0de 100644 --- a/editors/dedit/Makefile +++ b/editors/dedit/Makefile @@ -22,7 +22,7 @@ USE_X_PREFIX= yes USE_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib -lgiconv" + LIBS="-L${LOCALBASE}/lib -liconv" MAN1= dedit.1 MANLANG= "" ja |