View | Details | Raw Unified | Return to bug 94326
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 18-25 Link Here
18
COMMENT=	Dictionary/spellchecking framework
18
COMMENT=	Dictionary/spellchecking framework
19
19
20
USE_GMAKE=	yes
20
USE_GMAKE=	yes
21
USE_REINPLACE=	yes
21
USE_AUTOTOOLS=	libtool:15
22
USE_AUTOTOOLS=  libtool:15
23
INSTALLS_SHLIB=	yes
22
INSTALLS_SHLIB=	yes
24
USE_GNOME=	gnomehack gnometarget glib20 ltverhack
23
USE_GNOME=	gnomehack gnometarget glib20 ltverhack
25
CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
24
CONFIGURE_ENV+=	CPPFLAGS="-I${LOCALBASE}/include" \
(-)pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
Enchant is a dictionary backend. It's somewhat of a broker of various
1
Enchant is a dictionary backend. It's somewhat of a broker of various
2
pre-existing spellchecking programs.
2
pre-existing spellchecking programs.
3
3
4
WWW:	http://www.abisource.com/enchant/
4
WWW:	http://www.abisource.com/projects/enchant/
(-)pkg-plist (-2 / +2 lines)
Lines 24-30 Link Here
24
lib/libenchant.so
24
lib/libenchant.so
25
lib/libenchant.so.1
25
lib/libenchant.so.1
26
libdata/pkgconfig/enchant.pc
26
libdata/pkgconfig/enchant.pc
27
share/enchant/enchant.ordering
27
%%DATADIR%%/enchant.ordering
28
@dirrm share/enchant
28
@dirrm %%DATADIR%%
29
@dirrm lib/enchant
29
@dirrm lib/enchant
30
@dirrm include/enchant
30
@dirrm include/enchant

Return to bug 94326