1. Use PKGNAME_PREFIX.
2. Force install the support file for Emacs/w3.
This commit is contained in:
parent
959c01bddf
commit
440eff4eff
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2002/09/14 02:45:40 uebayasi Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2002/10/19 06:57:45 minoura Exp $
|
||||
|
||||
DISTNAME= semi-1.14.4
|
||||
CATEGORIES= devel
|
||||
|
@ -8,8 +8,9 @@ MAINTAINER= tech-pkg-ja@jp.netbsd.org
|
|||
HOMEPAGE= http://www.m17n.org/SEMI/
|
||||
COMMENT= Emacs lisp library to provide MIME feature
|
||||
|
||||
DEPENDS+= apel-10.*:../../devel/apel
|
||||
DEPENDS+= flim-1.*:../../devel/flim
|
||||
DEPENDS+= ${PKGNAME_PREFIX}apel-10.*:../../devel/apel
|
||||
DEPENDS+= ${PKGNAME_PREFIX}flim-1.*:../../devel/flim
|
||||
BUILD_DEPENDS+= ${PKGNAME_PREFIX}w3-*:../../www/w3
|
||||
|
||||
.include "../../mk/emacs.mk"
|
||||
|
||||
|
|
Loading…
Reference in a new issue