diff options
author | wiz <wiz@pkgsrc.org> | 2004-02-15 14:55:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-02-15 14:55:09 +0000 |
commit | 7c42de278cdd4f6f911830d6668739442e602358 (patch) | |
tree | 79e8daf224480d43ea1534e207c7293553900ada /textproc/aspell | |
parent | 04d25b41144638ed600950afea7d75a0fb0bc652 (diff) | |
download | pkgsrc-7c42de278cdd4f6f911830d6668739442e602358.tar.gz |
Libraries do not depend on libcurses. Remove inclusion
of its bl3.mk file. (Hi Juan!).
Diffstat (limited to 'textproc/aspell')
-rw-r--r-- | textproc/aspell/buildlink3.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/aspell/buildlink3.mk b/textproc/aspell/buildlink3.mk index cd556d3646c..608b9786149 100644 --- a/textproc/aspell/buildlink3.mk +++ b/textproc/aspell/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.1 2004/02/11 04:35:20 xtraeme Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2004/02/15 14:55:09 wiz Exp $ # # This Makefile fragment is included by packages that use aspell. # @@ -17,8 +17,6 @@ BUILDLINK_PACKAGES+= aspell BUILDLINK_DEPENDS.aspell+= aspell>=0.50.3nb2 BUILDLINK_PKGSRCDIR.aspell?= ../../textproc/aspell -.include "../../devel/ncurses/buildlink3.mk" - .endif # ASPELL_BUILDLINK3_MK BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} |