pkgsrc/textproc/aspell/buildlink3.mk
jdolecek be4f23d437 include gettext-lib buildlink; necessary to compile dependant packages
(such as php-pspell) on Mac OS X 10.6.2 - without that the compile fails
as libintl is not found
2010-03-21 20:58:54 +00:00

17 lines
478 B
Makefile

# $NetBSD: buildlink3.mk,v 1.16 2010/03/21 20:58:54 jdolecek Exp $
BUILDLINK_TREE+= aspell
.if !defined(ASPELL_BUILDLINK3_MK)
ASPELL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.aspell+= aspell>=0.50.3
BUILDLINK_ABI_DEPENDS.aspell+= aspell>=0.60.4nb1
BUILDLINK_PKGSRCDIR.aspell?= ../../textproc/aspell
BUILDLINK_FILES.aspell= bin/aspell bin/prezip-bin bin/word-list-compress
.include "../../devel/gettext-lib/buildlink3.mk"
.endif # ASPELL_BUILDLINK3_MK
BUILDLINK_TREE+= -aspell