Dependency were missing for devel/apel and devel/flim

to meet existing PLIST, sorry.

Also note that to make this package, following changes
are necessary

(1) modify devel/apel/Makefile to include emacs-23
    (or with next item)
(2) modify editor/emacs/modular.mk to include emacs-23
    .. this change is NOT to be committed due to
    wip dependency.
(3) add version.mk and buildlink3.mk for wip/emacs-current
This commit is contained in:
Makoto Fujiwara 2009-01-18 14:30:36 +00:00 committed by Thomas Klausner
parent feb783fc26
commit 81fe9c4760

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2008/12/08 08:00:43 minskim Exp $
# $NetBSD: Makefile,v 1.5 2009/01/18 14:30:36 makoto Exp $
DISTNAME= emacs-w3m-1.4.50
PKGNAME= emacs-w3m-1.4.50
@ -41,5 +41,7 @@ pre-configure:
(cd ${WRKSRC} ; autoconf)
#.include "../../mk/oss.buildlink3.mk"
.include "../../devel/apel/buildlink3.mk"
.include "../../devel/flim/buildlink3.mk"
.include "../../wip/mk/cvs-package.mk"
.include "../../mk/bsd.pkg.mk"