diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-28 16:50:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-05-28 16:50:27 +0000 |
commit | 0b814ddf6390646160131ee9ec0a2f740e12e967 (patch) | |
tree | d98d9aded10f43862e88ea5699d65b6183dab577 | |
parent | 62d24c8673412ccf2d7ffbd4c1aec400e1a24dbd (diff) | |
download | ports-0b814ddf6390646160131ee9ec0a2f740e12e967.tar.gz ports-0b814ddf6390646160131ee9ec0a2f740e12e967.zip |
Notes
-rw-r--r-- | mail/balsa/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/balsa/Makefile b/mail/balsa/Makefile index 747b489efdf3..b4da912271aa 100644 --- a/mail/balsa/Makefile +++ b/mail/balsa/Makefile @@ -62,7 +62,7 @@ CONFIGURE_ARGS+= --with-ldap .endif .if !defined(WITHOUT_GTKSPELL) -LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell2 +LIB_DEPENDS+= gtkspell.0:${PORTSDIR}/textproc/gtkspell CONFIGURE_ARGS+=--with-gtkspell .endif |