diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-12 12:43:10 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-12 12:43:10 +0000 |
commit | 4c13ac14482bf8b9de1f774fb1f5cf0f4e97c2eb (patch) | |
tree | d381ae950dd318950f7b5a2e97085e582b90162d /japanese | |
parent | Update to 1.57. (diff) |
Add BUILD_DEPENDS to xmkmf:imake-4.
Submitted by: bento
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/vflib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/japanese/vflib/Makefile b/japanese/vflib/Makefile index bbdc3f978aa1..56d8028ed293 100644 --- a/japanese/vflib/Makefile +++ b/japanese/vflib/Makefile @@ -15,6 +15,8 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ MAINTAINER= mita@jp.FreeBSD.org +BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 + VFLIB_VERSION= 2.25.1 PLIST_SUB= VFLIB_VERSION=${VFLIB_VERSION} |