lang/mono6.8: fix powerpc* plist
- actually add pkg-plist.powerpc, - move it before bsd.port.pre.mk.
This commit is contained in:
parent
8852199a64
commit
1ddcf44a18
2 changed files with 3443 additions and 4 deletions
|
@ -98,16 +98,18 @@ X11_CONFIGURE_WITH= x
|
||||||
X11_RUN_DEPENDS= pango>0:x11-toolkits/pango \
|
X11_RUN_DEPENDS= pango>0:x11-toolkits/pango \
|
||||||
libgdiplus>0:x11-toolkits/libgdiplus
|
libgdiplus>0:x11-toolkits/libgdiplus
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${ARCH:Mpowerpc*}
|
||||||
|
PLIST+= ${.CURDIR}/pkg-plist.powerpc
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if defined(QEMU_EMULATING) && "${QEMU_EMULATING}" == "1"
|
.if defined(QEMU_EMULATING) && "${QEMU_EMULATING}" == "1"
|
||||||
BROKEN= fails to build under qemu: Roslyn requires more functional POSIX implementation
|
BROKEN= fails to build under qemu: Roslyn requires more functional POSIX implementation
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${ARCH:Mpowerpc*}
|
|
||||||
PLIST+= ${.CURDIR}/pkg-plist.powerpc
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
# Needed to force regeneration due to tarball packaging
|
# Needed to force regeneration due to tarball packaging
|
||||||
${RM} ${WRKSRC}/configure ${WRKSRC}/Makefile \
|
${RM} ${WRKSRC}/configure ${WRKSRC}/Makefile \
|
||||||
|
|
3437
lang/mono6.8/pkg-plist.powerpc
Normal file
3437
lang/mono6.8/pkg-plist.powerpc
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue