mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
Solve a problem such that if make, imake for XFree86-3 is required,
but imake for XFree86-3 is required under XFree86-4, too.
This commit is contained in:
parent
07ef873d22
commit
1823fc95c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44865
@ -13,7 +13,11 @@ DISTNAME= Wnn6-SDK-sources
|
||||
|
||||
MAINTAINER= taoka@FreeBSD.org
|
||||
|
||||
.if ${XFREE86_VERSION} == 3
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake
|
||||
.else
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/src/contrib/im/Xsi
|
||||
DOCDIR= ${PREFIX}/share/doc/ja-Wnn6-lib
|
||||
|
@ -13,7 +13,11 @@ DISTNAME= Wnn6-SDK-sources
|
||||
|
||||
MAINTAINER= taoka@FreeBSD.org
|
||||
|
||||
.if ${XFREE86_VERSION} == 3
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake
|
||||
.else
|
||||
BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake-4
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/src/contrib/im/Xsi
|
||||
DOCDIR= ${PREFIX}/share/doc/ja-Wnn6-lib
|
||||
|
Loading…
Reference in New Issue
Block a user